diff options
Diffstat (limited to 'lib/syntax/tree.mli')
-rw-r--r-- | lib/syntax/tree.mli | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/syntax/tree.mli b/lib/syntax/tree.mli index c5506e7..8ce577e 100644 --- a/lib/syntax/tree.mli +++ b/lib/syntax/tree.mli @@ -48,3 +48,4 @@ include with type Expression.t' = S.pos Ast.expression and type Instruction.t' = S.pos Ast.statement and type Location.t = S.pos * S.pos Ast.statement list + and type context = unit |