Skip to content

Create bounded values and ensure they can never get too big or too small!

Notifications You must be signed in to change notification settings

hayleigh-dot-dev/gleam_bounded

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bounded

A Gleam project

Quick start

# Run the eunit tests
rebar3 eunit

# Run the Erlang REPL
rebar3 shell

Installation

If available in Hex this package can be installed by adding bounded to your rebar.config dependencies:

{deps, [
    bounded
]}.

About

Create bounded values and ensure they can never get too big or too small!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages