hobbits-1.1.1: A library for canonically representing terms with binding

PortabilityGHC
Stabilityexperimental
Maintaineremw4@rice.edu
Safe HaskellSafe-Inferred

Data.Type.List.List

Description

The type-level constructors of type lists.

Documentation

data r :> a Source

Instances

Typeable2 :> 
(NuElimList args, NuElim a) => NuElimList (:> args a) 

type family r1 :++: r2 Source

proxyCons :: Proxy r -> f a -> Proxy (r :> a)Source