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

Safe HaskellNone

Data.API.Utils

Synopsis

Documentation

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

The "oh noes!" operator.

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