feat: support for model-requested horizons
This commit is contained in:
parent
685de96eec
commit
ac4e066bf8
24 changed files with 170 additions and 93 deletions
4
exm/zelus/count/count.zls
Normal file
4
exm/zelus/count/count.zls
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
|
||||
let node count () =
|
||||
let rec n = 0 -> (pre n + 1) in
|
||||
print_int n; print_newline ()
|
||||
Loading…
Add table
Add a link
Reference in a new issue