mirror of
https://github.com/c-cube/sidekick.git
synced 2025-12-06 03:05:31 -05:00
allow to build Or[], returning false
This commit is contained in:
parent
d81b6bd2bc
commit
05f8d0d873
1 changed files with 1 additions and 1 deletions
|
|
@ -459,7 +459,7 @@ end
|
|||
let ( @ ) = `Use_rev_append_instead (* prevent use of non-tailrec append *)
|
||||
|
||||
let make_or = function
|
||||
| [] -> assert false
|
||||
| [] -> f_false
|
||||
| [a] -> a
|
||||
| l -> Comb (Or, l)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue