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 faf01b0 commit 05a0569Copy full SHA for 05a0569
dhall/src/Dhall/DirectoryTree.hs
@@ -174,8 +174,8 @@ import qualified System.PosixCompat.User as Posix
174
175
__NOTE__: This utility does not take care of type-checking and normalizing
176
the provided expression. This will raise a `FilesystemError` exception or a
177
- `DhallErrors` exception upon encountering an expression that cannot be
178
- converted as-is.
+ `Dhall.Marshal.Decode.DhallErrors` exception upon encountering an expression
+ that cannot be converted as-is.
179
-}
180
toDirectoryTree
181
:: Bool -- ^ Whether to allow path separators in file names or not
0 commit comments