Module
Config.File
- Package
- purescript-tupc
- Repository
- rubenpieters/tupc
#rawToConfigContent Source
rawToConfigContent :: forall r f. Monad f => { fileContent :: f String, throw :: forall a. String -> f a | r } -> f ConfigContent
#rawToJsonConfigContent Source
rawToJsonConfigContent :: forall r f. Monad f => { fileContent :: f String, throw :: forall a. String -> f a | r } -> f SubJsonConfigContent