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
Semigroup
fp2/semigroup
Types
Semigroup
</>
pub type Semigroup(a) { Semigroup(concat: fn(a, a) -> a) }
Constructors
Semigroup(concat: fn(a, a) -> a)
✨