int

Use


(↥ "pkg:int" pkg)

Call the exports below through the pkg alias, for example pkg.IntParseErr.

Functions

IntParseErr

Type: (∷ (→ Any Any))

Construct IntParseErr values.

IntParseOk

Type: (∷ (→ Any Any))

Construct IntParseOk values.

parse

Type: (∷ (→ Any Any))

0x0 implementation for int.parse.

parse-non-negative

Type: (∷ (→ Any Any))

0x0 implementation for int.parse_non_negative.

parse-non-negative-or

Type: (∷ (→ Any Any Any))

0x0 implementation for int.parse_non_negative_or.

to-string

Type: (∷ (→ Any Any))

0x0 implementation for int.to_string.