stdlib is a minimal alternative prelude for Haskell used in Reichert
Brothers projects such as Assertible,
SimplyRETS, &
Identibyte.
Ensure you have the {-# LANGUAGE NoImplicitPrelude #-} extension added
to your cabal file or at the top of each module in your project that
imports StdLib.
The initial implementation of stdlib was heavily inspired by Stephen
Diehl's protolude