.
This commit is contained in:
parent
7e4a6b91bd
commit
0fb9b8603b
1 changed files with 1 additions and 1 deletions
|
@ -146,8 +146,8 @@ and synth_tannot
|
||||||
-> HopixTypes.aty
|
-> HopixTypes.aty
|
||||||
=
|
=
|
||||||
fun tenv expr ty ->
|
fun tenv expr ty ->
|
||||||
(* Pas sûr de ça *)
|
|
||||||
let ty' = synth_expression tenv expr in
|
let ty' = synth_expression tenv expr in
|
||||||
|
(* Pas sûr de ça *)
|
||||||
check_equal_types expr.position ~expected:(HopixTypes.internalize_ty tenv ty) ~given:ty';
|
check_equal_types expr.position ~expected:(HopixTypes.internalize_ty tenv ty) ~given:ty';
|
||||||
ty'
|
ty'
|
||||||
|
|
||||||
|
|
Reference in a new issue