Skip to content

erlscripten/purescript-uint

 
 

Repository files navigation

Build Status

This module provides 32-bit unsigned integers. Provided type UInt is based on the x >>> 0 trick analogous to how PureScript's Int is based on x | 0 trick. The type has range from 0 to 4294967295.

Documentation can be found on Pursuit.

About

32-bit unsigned integer type for PureScript

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PureScript 60.3%
  • Dhall 24.3%
  • JavaScript 15.4%