ddc-core-0.2.1.1: Disciple Core language and type checker.

Safe HaskellSafe-Infered

DDC.Type.Transform.SpreadT

Documentation

class SpreadT c whereSource

Methods

spreadT :: forall n. Ord n => Env n -> c n -> c nSource

Spread type annotations from variable binders in to the bound occurrences.