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
|
case M.lookup (coerce i) constr of
|
||||||
Just t -> do
|
Just t -> do
|
||||||
t <- freshen t
|
t <- freshen t
|
||||||
return (nullSubst, (T.EVar $ coerce i, t))
|
return (nullSubst, (T.EInj $ coerce i, t))
|
||||||
Nothing ->
|
Nothing ->
|
||||||
uncatchableErr $ Aux.do
|
uncatchableErr $ Aux.do
|
||||||
"Constructor:"
|
"Constructor:"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue