back to inj
This commit is contained in:
parent
47cbf12cd1
commit
513cb34eb5
1 changed files with 1 additions and 1 deletions
|
|
@ -335,7 +335,7 @@ algoW = \case
|
|||
case M.lookup (coerce i) constr of
|
||||
Just t -> do
|
||||
t <- freshen t
|
||||
return (nullSubst, (T.EVar $ coerce i, t))
|
||||
return (nullSubst, (T.EInj $ coerce i, t))
|
||||
Nothing ->
|
||||
uncatchableErr $ Aux.do
|
||||
"Constructor:"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue