bricks-0.0.0.4: Bricks is a lazy functional language based on Nix.
Bricks.Type
data Type a Source #
Constructors
Fields
type'boolean :: Type Bool Source #
type'string :: Type Text Source #
type'integer :: Type Integer Source #
termTypeName :: MonadIO m => Term -> m Text Source #