napkin-spec-2.0.0
Safe HaskellNone
LanguageGHC2024

Napkin.Revert.Types

Documentation

varargsOperators :: forall {k} (b :: k). BackendOperators b => [CI (NonEmpty Name)] #

unaryOperators :: forall {k} (b :: k). BackendOperators b => [CI (NonEmpty Name)] #

binaryOperators :: forall {k} (b :: k). BackendOperators b => [CI (NonEmpty Name)] #

class SimpleTypeName (b :: k) (a :: Type) where #

Methods

simpleName :: String #

convertTypeForBackend :: forall {k} (b :: k). BackendDialect b => Type -> TypeName #

Orphan instances

FoldCase a => FoldCase (NonEmpty a) # 
Instance details

Methods

foldCase :: NonEmpty a -> NonEmpty a #

foldCaseList :: [NonEmpty a] -> [NonEmpty a]