package rresult
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
Result value combinators for OCaml
Install
dune-project
Dependency
Authors
Maintainers
Sources
rresult-0.6.0.tbz
sha256=0645f65eae8f34e33b27a13da660e70b3814d099fb4b0e3513eeccbcdf50c9cc
md5=aba88cffa29081714468c2c7bcdf7fb1
doc/CHANGES.html
v0.6.0 2018-10-07 Zagreb
- Add
R.failwith_error_msg.
v0.5.0 2016-09-03 Zagreb
R.[k]ignore_erroruse a thunk for the~useargument. This is an incompatible change. Simply wrap occurences of~use:ewith~use:(fun _ -> e).
v0.4.0 2016-05-23 La Forclaz (VS)
- Build depend on topkg.
- Relicense from BSD3 to ISC.
R.ppremove thepp_prefix from the labels and do not print the constructors names, use to the newly introducedR.dumpfor this. This follows the conventions ofFmt.
v0.3.0 2015-11-30 Cambridge (UK)
- Use the type provided by the
Resultcompatibility library. OpeningRresultstill gives you both unprefixed variant constructors and infix operators. - Remove the
R.{int,nativeint,int32,int64,float,bool}_of_stringfunctions. They do not belong here. R.map, swap argument order. Thanks to Gabriel Radanne for suggesting.- Fix
R.bindwhich had a more restrictive type than>>=. Thanks to Hezekiah M. Carty for the patch.
v0.2.0 2015-05-20 La Forclaz (VS)
- The
Rresult_infixmodule no longer exists. Open directlyRresultfor using the library.
v0.1.0 2015-03-19 La Forclaz (VS)
First release.
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page