copilot-core-3.3: An intermediate representation for Copilot.
Safe HaskellSafe
LanguageHaskell2010

Copilot.Core.Type.Uninitialized

Description

Initial values for a given type.

Synopsis

Documentation

uninitialized :: Type a -> a Source #

Initial value for a given type.

Does not support structs or arrays.