vitrea-0.1.0.0: Profunctor optics via the profunctor representation theorem.

Copyright(c) Mario Román 2020
LicenseGPL-3
Maintainermromang08@gmail.com
Stabilityexperimental
PortabilityPOSIX
Safe HaskellSafe
LanguageHaskell2010

Main

Description

 

Documentation

data Address Source #

Constructors

Address 
Instances
Show Address Source # 
Instance details

Defined in Main

data Species Source #

Instances
Show Species Source # 
Instance details

Defined in Main

data Measurements Source #

Constructors

Measurements 
Instances
Show Measurements Source # 
Instance details

Defined in Main

data Flower Source #

Constructors

Flower 
Instances
Show Flower Source # 
Instance details

Defined in Main

newtype Box a Source #

Constructors

Box 

Fields

Instances
Show a => Show (Box a) Source # 
Instance details

Defined in Main

Methods

showsPrec :: Int -> Box a -> ShowS #

show :: Box a -> String #

showList :: [Box a] -> ShowS #

box :: Show b => MonadicLens IO a b (Box a) (Box b) Source #

main :: IO () Source #