mirror of
https://github.com/LucasVbr/croissant.git
synced 2026-05-15 09:06:19 +00:00
refactor: Syntax with unit tests
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
type binary_operators = Add | Subtract | Multiply | Divide
|
||||
|
||||
let pp_binary_operators = function
|
||||
| Add -> "Add"
|
||||
| Subtract -> "Subtract"
|
||||
| Multiply -> "Multiply"
|
||||
| Divide -> "Divide"
|
||||
Reference in New Issue
Block a user