fuzion-lang.dev — The Fuzion Language Portal
Sign up
Fuzion
•
Library Modules
•
nom
•
nom
•
parse_result
»
Modules
base
clang
lock_free
nom
terminal
uuid
universe (module nom)
└─
nom
├─
parse_result
├─
Parser
├─
parsers
│
└─
json_value
└─
success
(2 args)
parse_result
nom
.
parse_result
§
parse_result
(I
type
, O
type
)
:
outcome nom.this.success I O
[Contains abstract features]
[src]
the result of Parser.call()
Type Parameters
§
I
:
Any
[src]
§
O
:
Any
[src]
Functions
§
bind
(I2
type
, O2
type
, f
Unary (nom.this.parse_result I2 O2) (nom.this.success nom.parse_result.I nom.parse_result.O)
)
=>
nom.this.parse_result I2 O2
[src]
0.093dev (2025-05-13 15:50:27 GIT hash 38f965e14265a6f3ba3f96f18ddedb79352428af built by fridi@fzen)