synth_ref
This commit is contained in:
parent
28f303ee51
commit
11b86b509a
1 changed files with 1 additions and 1 deletions
|
@ -183,7 +183,7 @@ and synth_define
|
||||||
and synth_ref
|
and synth_ref
|
||||||
: HopixTypes.typing_environment -> expression Position.located -> HopixTypes.aty
|
: HopixTypes.typing_environment -> expression Position.located -> HopixTypes.aty
|
||||||
=
|
=
|
||||||
fun tenv expr -> failwith "Students! This is your job! (synth_ref)"
|
fun tenv expr -> HopixTypes.href (synth_expression tenv expr)
|
||||||
|
|
||||||
and synth_assign
|
and synth_assign
|
||||||
: HopixTypes.typing_environment -> expression Position.located
|
: HopixTypes.typing_environment -> expression Position.located
|
||||||
|
|
Reference in a new issue