abt-0.1.0.1: Abstract binding trees for Haskell

Safe HaskellSafe-Inferred
LanguageHaskell2010

Abt.Class.Show1

Synopsis

Documentation

class Show1 f where Source

Uniform variant of Show for indexed types. This is different from Show1 in that it is properly kind polymorphic.

Minimal complete definition

Nothing

Methods

showsPrec1 :: Int -> f i -> ShowS Source

show1 :: f i -> String Source

Instances