Hack together general held item orientation
This commit is contained in:
@@ -114,7 +114,8 @@ instance Functor (LocationLDT b) where
|
||||
instance Functor (ContextLDT b) where
|
||||
fmap f = \case
|
||||
TopLDT -> TopLDT
|
||||
LeftwardLDT u cl p l cr fr -> LeftwardLDT (fmap f u)
|
||||
LeftwardLDT u cl p l cr fr -> LeftwardLDT
|
||||
(fmap f u)
|
||||
(fmap (fmap (fmap f)) cl)
|
||||
(f p)
|
||||
l
|
||||
|
||||
Reference in New Issue
Block a user