api-tools-0.2: DSL for generating API boilerplate and docs

Safe HaskellNone
LanguageHaskell2010

Data.API.Utils

Synopsis

Documentation

(?!) :: Maybe a -> e -> Either e a Source

The "oh noes!" operator.

(?!?) :: Either e a -> (e -> e') -> Either e' a Source