Skip to content

Commit

Permalink
--
Browse files Browse the repository at this point in the history
  • Loading branch information
marcpouzet committed Oct 21, 2024
1 parent 2c03b40 commit d55981f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions test/good/t1.zls
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
let node main__() = o where
rec automaton
| S1 -> let rec cpt = 0 -> pre cpt + 1 in
do o = cpt + 1 until (cpt = 42) then S2
| S2 -> let rec cpt = 0 -> pre cpt + 1 in
do o = cpt + -1 done
end
type t2 = int

let ff(x:t2) = 1 + x
Expand Down

0 comments on commit d55981f

Please sign in to comment.