fuzion-lang.dev — The Fuzion Language Portal
Sign up
Fuzion
•
Library Modules
•
nom
•
nom
•
parser
»
Modules
base
clang
http
lock_free
nom
terminal
uuid
wolfssl
universe (module nom)
└─
nom
├─
parse_result
├─
Parser
├─
parsers
│
└─
json_value
└─
success
(2 args)
parser
nom
.
parser
parser
(I
type
, R
type
, O
type
, f
Unary (nom.this.parse_result R O) I
)
=>
nom.this.Parser I R O
¶
[src]
short hand for creating a Parser via
given function `f`.
Type Parameters
I
:
Any
¶
[src]
R
:
Any
¶
[src]
O
:
Any
¶
[src]
0.094dev (2025-07-10 15:41:47 GIT hash eafa42ae743de61b62f958948d7abb5fada7756f built by fridi@fzen)
given function `f`.