| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Language.Haskell.Formatter.Internal.TreeFormat
Description
Documentation
Constructors
| Boolean (RawLeaf Bool a) | |
| LimitedInteger (RawLeaf Int a) | |
| SingleFloating (RawLeaf Float a) |
parseYamlFile :: TreeFormat a -> a -> FilePath -> IO (Either String a) Source #