universum-1.0.2: Custom prelude used in Serokell

Safe HaskellTrustworthy
LanguageHaskell2010

Universum

Contents

Description

Main module that reexports all functionality allowed to use without importing any other modules. Just add next lines to your module to replace default ugly Prelude with better one.

    {-# LANGUAGE NoImplicitPrelude #-}

    import Universum

Synopsis

Reexports from base and from modules in this repo

Lenses

module Lens.Micro