fix match
This commit is contained in:
parent
c2c6129571
commit
1d18ed8ca5
1 changed files with 1 additions and 0 deletions
|
@ -14,6 +14,7 @@ let err msg pos =
|
||||||
;;
|
;;
|
||||||
|
|
||||||
let rec string_of_type_t = function
|
let rec string_of_type_t = function
|
||||||
|
| Magic_t -> "magic"
|
||||||
| Void_t -> "void"
|
| Void_t -> "void"
|
||||||
| Int_t -> "int"
|
| Int_t -> "int"
|
||||||
| Bool_t -> "bool"
|
| Bool_t -> "bool"
|
||||||
|
|
Reference in a new issue