Safe Haskell | Safe-Inferred |
---|---|
Language | GHC2021 |
Data.Registry
Description
Import this module if you want to access all the functionalities of the Registry API
Synopsis
- module Data.Registry.Statistics
- module Data.Registry.Solver
- module Data.Registry.Registry
- module Data.Registry.Rio
- module Data.Registry.Make
- module Data.Registry.Lift
- module Data.Registry.Dot
- data Typed a
Documentation
module Data.Registry.Statistics
module Data.Registry.Solver
module Data.Registry.Registry
module Data.Registry.Rio
module Data.Registry.Make
module Data.Registry.Lift
module Data.Registry.Dot
A Typed value or function can be added to a Registry
It is either a value, having both Show
and Typeable
information
or a function having just Typeable
information
Constructors
TypedValue Value | |
TypedFunction Function |