extra space
This commit is contained in:
parent
6de2e04443
commit
a4cc6cba38
1 changed files with 1 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
||||||
(*
|
(*
|
||||||
This module contains the syntax of terms of a minimal programming language.
|
This module contains the syntax of terms of a minimal programming language.
|
||||||
*)
|
*)
|
||||||
|
|
||||||
type binop =
|
type binop =
|
||||||
| Plus
|
| Plus
|
||||||
| Minus
|
| Minus
|
||||||
|
|
Reference in a new issue