1
0
Fork 0

extra space

This commit is contained in:
Mylloon 2024-03-14 22:23:22 +01:00
parent 6de2e04443
commit a4cc6cba38
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

View file

@ -1,6 +1,7 @@
(*
This module contains the syntax of terms of a minimal programming language.
*)
type binop =
| Plus
| Minus