WIP -- more thinking about how to work priorities into FSM
This commit is contained in:
@@ -122,6 +122,8 @@ pub enum Extern {
|
||||
func: Ident,
|
||||
/// The position of this decl.
|
||||
pos: Pos,
|
||||
/// Whether this extractor is infallible (always matches).
|
||||
infallible: bool,
|
||||
},
|
||||
/// An external constructor: `(constructor Term rustfunc)` form.
|
||||
Constructor {
|
||||
|
||||
Reference in New Issue
Block a user