drasil-lang-0.1.60.0: A framework for code and document generation for scientific software - Language SubPackage
Safe HaskellSafe-Inferred
LanguageHaskell2010

Drasil.Database.TypedUIDRef

Synopsis

Documentation

newtype TypedUIDRef typ Source #

UID references that contain information about the type of data the UID refers to, useful for type-safe dereferencing.

Constructors

TypedUIDRef UID 

mkRef :: IsChunk t => t -> TypedUIDRef t Source #

Create a TypedUIDRef to a chunk.