expressions-0.1.4: Expressions and Formulae a la carte

Copyright(C) 2017-18 Jakub Daniel
LicenseBSD-style (see the file LICENSE)
MaintainerJakub Daniel <jakub.daniel@protonmail.com>
Stabilityexperimental
Safe HaskellSafe
LanguageHaskell2010

Data.Expression.Utils.Indexed.Show

Description

 

Synopsis

Documentation

class IShow f where Source #

Show for indexed type constructors (most importantly functors)

Minimal complete definition

ishow

Methods

ishow :: f (Const String) i -> Const String i Source #

Instances