Skip to content

Commit d992313

Browse files
committed
Clean-up unused code
1 parent 1832029 commit d992313

File tree

1 file changed

+0
-3
lines changed
  • ebu-examples/src/Unembedding/Examples

1 file changed

+0
-3
lines changed

ebu-examples/src/Unembedding/Examples/Modal.hs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -138,9 +138,6 @@ instance (HModalL' u e, STLC' e, Box' e) => HModalL (UE.EnvI (U u)) (UE.EnvI (E
138138
-- letBSem :: C e env (B a) -> (U u env a -> C e env b) -> C e env b
139139
-- letBSem (C e) f = C (letb' e $ \u -> let C res = f (U u) in res)
140140

141-
newtype SwModalL oenv menv a = SwModalL (ModalL menv oenv a)
142-
newtype WrapE oenv a = WrapE (UE.EnvI (SwModalL oenv) a)
143-
144141
type family Fst (a :: (k , k')) :: k where
145142
Fst '(a , b) = a
146143

0 commit comments

Comments
 (0)