Expand ocaml tests

pull/101/head
Wilfred Hughes 2022-01-16 15:22:18 +07:00
parent a45afadf50
commit 268db2573c
2 changed files with 6 additions and 0 deletions

@ -1,3 +1,6 @@
let stuff x =
x + 1
type foo =
| Bar
| Biz of ('ex, 'en) list

@ -1,3 +1,6 @@
let stuff x =
x + 1
type foo =
| Bar
| Baz of int * ('ex, 'en) list