Skip to content

Commit

Permalink
#234 Added some pseudo code.
Browse files Browse the repository at this point in the history
  • Loading branch information
ericzhang6222 committed May 12, 2020
1 parent 2da4140 commit b12e57f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions syntax/std_seq_helper.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ func arrayContainsArray(a, b rel.Array) rel.Value {

// ArraySub substitutes all b in a with c.
func ArraySub(a rel.Array, b, c rel.Value) rel.Value {
// bArray := rel.NewArray(b)
// cArray := rel.NewArray(c)
// switch b := b.(type) {
// case rel.Array:
// return arrayContainsArray(a, b)
Expand Down

0 comments on commit b12e57f

Please sign in to comment.