Skip to content

Files

Failed to load latest commit information.

Latest commit

 Cannot retrieve latest commit at this time.

History

History

types

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Custom Types

Some custom datatypes, just for the fun of it.

  • Id like Identity
  • Optional like Maybe
  • Or like Either
  • Tuple like (,)
  • List like []
  • Input like Reader
  • Output like Writer
  • Store like State