Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 622 Bytes

File metadata and controls

31 lines (20 loc) · 622 Bytes

0.0.5

Fix types of elemIndex

0.0.4

Unify the module ts with the native ts uses to implement them.

0.0.3

Add a lot of new functions:

  • Result.andThen
  • List.elemIndex
  • Option.toOption
  • {StrStr,IntSet}.remove
  • {StrStr,IntSet}.add
  • {StrStr,IntSet}.set
  • {StrStr,IntSet}.has
  • {StrDict,IntDict}.merge

Add regex module to Bucklescript. The contract will probably change in future versions because native regex uses an API that can't easily be made match.

Add pp functions for show derivers

Use individual mlis for each library - there are some minor differences we want to allow.

0.0.2

First release