Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Synopsis
- data Symbol
Type of symbols
From GHC.TypeLits.
(Kind) This is the kind of type-level symbols.
Instances
TestCoercion SSymbol | Since: base-4.18.0.0 |
Defined in GHC.TypeLits | |
TestEquality SSymbol | Since: base-4.18.0.0 |
Defined in GHC.TypeLits | |
type MEmpty Source # | |
Defined in Fcf.Class.Monoid type MEmpty = "" | |
type Compare (a :: Symbol) (b :: Symbol) | |
Defined in Data.Type.Ord | |
type (x :: Symbol) <> (y :: Symbol) Source # | With base >= 4.10.0.0. |
Defined in Fcf.Class.Monoid | |
type Eval (Compare a b :: Ordering -> Type) Source # | |