0.13.6 • Published 26 days ago

@nobleai/rescript-prelude v0.13.6

Weekly downloads
-
License
MIT
Repository
github
Last release
26 days ago

Rescript Prelude

NobleAI Opinionated Prelude for unification of Belt/Js and other antique core libraries.

Style

  • Data First
  • Prefer arrows
  • Immutable implementations top level
  • Mutable implementations in module Mut
  • Spend the energy to give optionality/variant encoding when core returns primitive-encoded exceptional values, e.g. Array.indexOf
  • Prefer Promise over async
  • Trailing _ in function name variation of other function returning unit
  • Clearly identify reference/strict equality since we dont often have reference equality.
  • All objects should have let log: ('a, string) => 'a
0.13.6

26 days ago

0.13.3

26 days ago

0.13.4

26 days ago

0.13.5

26 days ago

0.13.1

2 months ago

0.12.5

2 months ago

0.12.6

2 months ago

0.12.4

3 months ago

0.11.0

3 months ago

0.12.0

3 months ago

0.12.1

3 months ago

0.12.2

3 months ago

0.12.3

3 months ago

0.10.0

3 months ago

0.9.4

3 months ago

0.9.3

3 months ago

0.9.0

3 months ago

0.8.0

3 months ago

0.9.2

3 months ago

0.9.1

3 months ago

0.7.0

3 months ago

0.5.0

3 months ago

0.5.2

3 months ago

0.6.0

3 months ago

0.5.1

3 months ago

0.3.0

3 months ago

0.2.0

3 months ago

0.3.2

3 months ago

0.4.0

3 months ago

0.3.1

3 months ago

0.1.0

3 months ago