Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 546 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 546 Bytes

Minimal alternative prelude for Haskell

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