Module

Grain.TypeRef

Package
purescript-grain
Repository
purescript-grain/purescript-grain

#TypeRef Source

data TypeRef :: Type

Reference of any type.

#fromConstructor Source

fromConstructor :: forall a. a -> TypeRef

Create a TypeRef.

Treat a constructor function as reference of type.