Correction d'un bug
This commit is contained in:
parent
4d6287f2cd
commit
15afcecabe
@ -8,7 +8,7 @@ exception IllegalVarNameException of var
|
||||
let rec string_of_ty (t: ty) : string =
|
||||
match t with
|
||||
| TSimple(tn) -> tn
|
||||
| TImpl(t1,t2) -> (string_of_ty t1) ^ " -> " ^ (string_of_ty t2)
|
||||
| TImpl(t1,t2) -> "(" ^ (string_of_ty t1) ^ " -> " ^ (string_of_ty t2) ^ ")"
|
||||
| TFalse -> "⊥"
|
||||
;;
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user