Compare commits

..

1 commit

Author SHA1 Message Date
Simon Cruanes
df7619786c
prepare for 3.18
Some checks failed
format / format (push) Has been cancelled
Build and Test / build (push) Has been cancelled
2026-02-10 21:08:02 -05:00

View file

@ -20,7 +20,7 @@ let cons a b () = Cons (a, b)
let singleton x () = Cons (x, nil)
[@@@endif]
[@@@iflt 4.14]
[@@@iflt 4.11]
let init n f =
let rec aux i () =