diff options
Diffstat (limited to 'src/Prolog.hs')
| -rw-r--r-- | src/Prolog.hs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Prolog.hs b/src/Prolog.hs index 32f7c61..c43c278 100644 --- a/src/Prolog.hs +++ b/src/Prolog.hs @@ -209,8 +209,8 @@ instance H.Writable L.LaTeX where write p = L.renderFile p . H.itemBody -instance Contravariant H.Context where - contramap f (H.Context c) = H.Context $ \x xs -> c x xs . fmap f +-- instance Contravariant H.Context where +-- contramap f (H.Context c) = H.Context $ \x xs -> c x xs . fmap f instance Comonad H.Item where extract = H.itemBody |
