parser_gleam
- v0.0.1
Pages
README
Links
Repository
Modules
examples/info_string
fp2/chain_rec
fp2/eq
fp2/function
fp2/list
fp2/monoid
fp2/non_empty_list
fp2/predicate
fp2/semigroup
parser_gleam/char
parser_gleam/parse_result
parser_gleam/parser
parser_gleam/stream
parser_gleam/string
Types
Lazy
Functions
identity
fp2/function
Types
Lazy
</>
pub type Lazy(a) = fn() -> a
Functions
identity
</>
pub fn identity(a: a) -> a
✨