lol-0.0.1.0: A library for lattice cryptography.
Crypto.Lol.Reflects
Description
Generic interface for reflecting types to values.
Synopsis
class Reflects a i where Source
Reflection without fundep, and with tagged value. Intended only for low-level code; build specialized wrappers around it for specific functionality.
Methods
value :: Tagged a i Source
Reflect the value assiated with the type a.
a
Instances