summaryrefslogtreecommitdiffstats
path: root/src/Zettel/Transclusion.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/Zettel/Transclusion.hs')
-rw-r--r--src/Zettel/Transclusion.hs8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/Zettel/Transclusion.hs b/src/Zettel/Transclusion.hs
index 27d4429..6bc7b2b 100644
--- a/src/Zettel/Transclusion.hs
+++ b/src/Zettel/Transclusion.hs
@@ -1,5 +1,13 @@
{-# LANGUAGE OverloadedRecordDot #-}
+-- |
+-- Module : Zettel.Transclusion
+-- Description : Transclude Zettel recursively
+-- Copyright : (c) 2023, Yann Herklotz
+-- License : GPL-3
+-- Maintainer : git [at] yannherklotz [dot] com
+-- Stability : experimental
+-- Portability : POSIX
module Zettel.Transclusion where
import Data.Map.Strict ((!?))