Safe Haskell | None |
---|---|
Language | Haskell2010 |
Servant.Nix
- data Nix
- class FromNix a where
- parseAsNix :: FromNix a => ByteString -> Either String a
Documentation
UTF-8 text representing a Nix expression
class FromNix a where Source #
Minimal complete definition
Methods
fromNixText :: Text -> Result a Source #
parseAsNix :: FromNix a => ByteString -> Either String a Source #