Skip to content

Commit

Permalink
small bug
Browse files Browse the repository at this point in the history
  • Loading branch information
FissoreD committed Dec 4, 2023
1 parent 1dd5442 commit da78aa5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/discrimination_tree.ml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ let () = assert (k_of (mkConstant ~safe:false ~-17 0) == kConstant)
let () = assert (k_of mkVariable == kVariable)
let () = assert (k_of mkOther == kOther)
let isVariable x = x == mkVariable
let isOther x = x == kOther
let isOther x = x == mkOther
let isInput x = x == mkInputMode
let isOutput x = x == mkOutputMode

Expand Down

0 comments on commit da78aa5

Please sign in to comment.