wip tree-sitter
This commit is contained in:
7
tree-sitter/example.crr
Normal file
7
tree-sitter/example.crr
Normal file
@@ -0,0 +1,7 @@
|
||||
type t List = 'EOL | 'Cons {head: t, tail: t List}
|
||||
|
||||
type List2 = with t: 'EOL | 'Cons {head: t, tail: t List}
|
||||
|
||||
type List3 = with t: &a 'EOL | 'Cons {head: t, tail: a}
|
||||
|
||||
type List4 = with t: &a 'EOL Unit | 'Cons {head: t, tail: a}
|
Reference in New Issue
Block a user