File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -478,7 +478,7 @@ mutual
478
478
-- the RHS
479
479
then do log " compiler.newtype.world" 50 " Inlining case on \{show n} (no world)"
480
480
481
- sc' : CExp (vars <>< args) <- toCExpTree n sc
481
+ sc' <- toCExpTree n sc
482
482
let sc'' : CExp (vars ++ cast args)
483
483
:= rewrite sym $ fishAsSnocAppend vars args in sc'
484
484
@@ -493,7 +493,7 @@ mutual
493
493
let (s, env) : (_, SubstCEnv (cast args) (vars :< MN "eff" 0))
494
494
= mkSubst 0 (CLocal fc First) pos args
495
495
496
- sc' : CExp (vars <>< args) <- toCExpTree n sc
496
+ sc' <- toCExpTree n sc
497
497
498
498
let sc'' : CExp (vars ++ cast args)
499
499
:= rewrite sym $ fishAsSnocAppend vars args in sc'
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ import Core.Name
4
4
import Core.Name.CompatibleVars
5
5
6
6
import Data.SnocList
7
- import Data.SnocList.HasLength
7
+ import Libraries. Data.SnocList.HasLength
8
8
import Libraries.Data.SnocList.SizeOf
9
9
import Libraries.Data.List.SizeOf
10
10
You can’t perform that action at this time.
0 commit comments