Skip to content

Commit ef96344

Browse files
committed
Added missing Haddocks
1 parent 7825128 commit ef96344

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

dhall/src/Dhall/DirectoryTree/Types.hs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,10 @@ import qualified System.PosixCompat.Types as Posix
5757
pattern Make :: Text -> Expr s a -> Expr s a
5858
pattern Make label entry <- App (Field (Var (V "_" 0)) (fieldSelectionLabel -> label)) entry
5959

60+
-- | A directory in the filesystem.
6061
type DirectoryEntry = Entry (Seq FilesystemEntry)
6162

63+
-- | A file in the filesystem.
6264
type FileEntry = Entry Text
6365

6466
-- | A filesystem entry.

0 commit comments

Comments
 (0)