fuzion-lang.dev — The Fuzion Language Portal
Sign up
Fuzion
•
Library Modules
•
nom
•
nom
•
Parser
•
map
»
Modules
base
clang
lock_free
nom
terminal
uuid
wolfssl
universe (module nom)
└─
nom
├─
parse_result
├─
Parser
├─
parsers
│
└─
json_value
└─
success
(2 args)
map
nom
.
Parser
.
map
map
(OM
type
, mapper
Unary (outcome OM) nom.Parser.O
)
=>
nom.this.Parser nom.Parser.I nom.Parser.R OM
[Contains abstract features]
¶
[src]
returns a parser that uses this parser
but maps the result to another type.
Type Parameters
OM
:
Any
¶
[src]
0.094dev (2025-06-18 15:08:51 GIT hash 89cffc23ae669b0898a5564fefbf793fcb8e5ca7 built by fridi@fzen)
but maps the result to another type.