pub fn encode_located_frame(
located: &LocatedExpr,
include_origin: bool,
) -> Result<BitwiseFrame>Expand description
Encodes a LocatedExpr into a BitwiseFrame.
When include_origin is set and located carries an origin, the frame is
flagged to carry that single origin so the located form round-trips.