We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7825128 commit ef96344Copy full SHA for ef96344
dhall/src/Dhall/DirectoryTree/Types.hs
@@ -57,8 +57,10 @@ import qualified System.PosixCompat.Types as Posix
57
pattern Make :: Text -> Expr s a -> Expr s a
58
pattern Make label entry <- App (Field (Var (V "_" 0)) (fieldSelectionLabel -> label)) entry
59
60
+-- | A directory in the filesystem.
61
type DirectoryEntry = Entry (Seq FilesystemEntry)
62
63
+-- | A file in the filesystem.
64
type FileEntry = Entry Text
65
66
-- | A filesystem entry.
0 commit comments