summaryrefslogtreecommitdiffstats
path: root/src/Zettel/Types.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/Zettel/Types.hs')
-rw-r--r--src/Zettel/Types.hs4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/Zettel/Types.hs b/src/Zettel/Types.hs
index 3b68ca9..1e8f750 100644
--- a/src/Zettel/Types.hs
+++ b/src/Zettel/Types.hs
@@ -18,7 +18,7 @@ module Zettel.Types
where
import Text.Pandoc.Builder (ToMetaValue (..))
-import Text.Pandoc.Definition (Block (..), Caption (..), Inline (..), Meta (..), MetaValue (..), Pandoc (..), Row (..), TableBody (..), TableFoot (..), TableHead (..))
+import Text.Pandoc.Definition (Block (..), Inline (..), Meta (..), MetaValue (..), Pandoc (..))
import Text.Pandoc.Walk (Walkable (..))
class Combine a where
@@ -188,5 +188,3 @@ instance Walkable MetaValue ZettelGraph where
instance Walkable [Inline] ZettelGraph where
walkM = walkMZettelGraph
query = queryZettelGraph
-
--- instance Walkable ZettelGraph