unison-core1-0.0.0
Safe HaskellSafe-Inferred
LanguageHaskell2010

Unison.ConstructorReference

Description

The constructor reference type.

Synopsis

Documentation

data GConstructorReference r Source #

A reference to a constructor is represented by a reference to its type declaration, plus the ordinal constructor id.

reference_ :: Lens (GConstructorReference r) (GConstructorReference s) r s Source #

A lens onto the reference part of a constructor reference.