about summary refs log tree commit diff
path: root/lib/Ast.ml
blob: 4ca7899a6641ca2ca846b7b2b124f6f38423da5b (plain)
1
2
3
4
5
6
7
8
type expr' =
  | Var of string
| Bool
| True
| False
| BoolElim of string

type expr = expr' Asai.Range.located