fuzion-lang.dev — The Fuzion Language Portal
Sign up
Fuzion
•
Library Modules
•
nom
•
nom
•
Parser
•
map
»
Modules
base
clang
http
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
¶
[src]
returns a parser that uses this parser
but maps the result to another type.
Type Parameters
OM
:
Any
¶
[src]
0.094dev (2025-07-10 15:41:47 GIT hash eafa42ae743de61b62f958948d7abb5fada7756f built by fridi@fzen)
but maps the result to another type.