jon.recoil.org

Module Ppx_expectSource

Sourceval compact_loc_of_ppxlib_location : Ppxlib.location -> Ppx_expect_runtime_types.Compact_loc.t

Matches an extension point payload that is either empty or a single string literal. The extracted information is the Payload.t and its Compact_loc.t representing the string literal from the payload if present, or {||} and None if not.

Sourceval is_a_ppx_expect_ext_node : Ppxlib.expression -> Base.bool