Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
zhezhouzz committed Apr 4, 2022
1 parent a424b4e commit 37758f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion classify/feature.ml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ let mk_set args qv mps =
let dtargs, _ = List.partition (fun (tp, _) -> T.is_dt tp) args in
let mk_feature mp =
match mp with
| "mem" | "hd" | "last" ->
| "mem" | "hd" | "last" | "left_mem" | "right_mem" ->
List.map (fun (dt, elem) -> Pr (mp, [ dt; elem ]))
@@ List.cross dtargs qv
| "left" | "right" | "ord" ->
Expand Down

0 comments on commit 37758f4

Please sign in to comment.