copilot-core-3.8: 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 #

Deprecated: This function is deprecated in Copilot 3.6

Initial value for a given type.

Does not support structs or arrays.