haskpy.typesΒΆ

Types define properties that values have

Todo

Type syntax: a, Maybe a, a -> a, a -> b -> a, Maybe a -> a -> a, (a -> b) -> Maybe a -> Maybe b.

function

Functions

uncurried

Uncurried functions that are similar to normal Python functions

maybe

Optional values

either

Values with two possibilities

validation

TODO

list

List of values

linkedlist

Linked list of values

dictionary

Dictionaries

identity

constant

TODO

compose

Compose two applicative functors into one

monoids

Simple monoids

state

TODO

reader

TODO

writer

TODO

io

TODO