Copyright | (C) 2017-18 Jakub Daniel |
---|---|
License | BSD-style (see the file LICENSE) |
Maintainer | Jakub Daniel <jakub.daniel@protonmail.com> |
Stability | experimental |
Safe Haskell | Safe |
Language | Haskell2010 |
Data.Expression.Utils.Indexed.Show
Description
Documentation
Show
for indexed type constructors (most importantly functors)
Instances
IShow IfThenElseF Source # | |
Defined in Data.Expression.IfThenElse | |
IShow ArrayF Source # | |
IShow ArithmeticF Source # | |
Defined in Data.Expression.Arithmetic | |
IShow NegationF Source # | |
IShow DisjunctionF Source # | |
Defined in Data.Expression | |
IShow ConjunctionF Source # | |
Defined in Data.Expression | |
IShow (EqualityF :: (k -> Type) -> Sort -> Type) Source # | |
IShow (VarF :: (k -> Type) -> Sort -> Type) Source # | |
IShow (ExistentialF v :: (Sort -> Type) -> Sort -> Type) Source # | |
Defined in Data.Expression | |
IShow (UniversalF v :: (Sort -> Type) -> Sort -> Type) Source # | |
Defined in Data.Expression | |
(IShow f, IShow g) => IShow (f :+: g :: (k1 -> Type) -> k2 -> Type) Source # | |