Skip to content
This repository has been archived by the owner on May 30, 2019. It is now read-only.

Latest commit

 

History

History
9 lines (6 loc) · 657 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 657 Bytes

Elude

Deprecation

There was a time when Elude was a small standard library replacement for Reason/Bucklescript. It has since been superseded by Relude. Most functions in Elude have been rewritten as aliases to the equivalent functions in Relude.

  • For more expansive utilities for working with basic types like Option, List, Array, Result, use Relude
  • For better JSON decoding utilities, use bs-decode
  • For an ordering type that is used more consistently, use bs-abstract's ordering