data-treify-0.3.1: Reify a recursive data structure into an explicit graph.
CustomTy
Description
Custom Ty & Typable
Synopsis
data Ty a whereSource
Typed type representation. Alternative to Data.Ty in the ty package
Constructors
Instances
class Typeable a whereSource
Replacement for Typeable and the ty package's ty.
Methods
ty :: Ty aSource
module Data.IsTy