Boundness #
Morphological boundness of a lexical item: a free word versus a bound clitic or suffix. A general per-entry morphological feature, not specific to any one construction — relevant to acquisition ([Cla17] argues free morphemes are acquired more readily than bound ones) and to coordination typology ([MS16]), among others.
@[implicit_reducible]
Equations
- instDecidableEqBoundness x✝ y✝ = if h : x✝.ctorIdx = y✝.ctorIdx then isTrue ⋯ else isFalse ⋯
@[implicit_reducible]
Equations
- instReprBoundness = { reprPrec := instReprBoundness.repr }
Equations
- instReprBoundness.repr Boundness.free prec✝ = Repr.addAppParen (Std.Format.nest (if prec✝ ≥ 1024 then 1 else 2) (Std.Format.text "Boundness.free")).group prec✝
- instReprBoundness.repr Boundness.bound prec✝ = Repr.addAppParen (Std.Format.nest (if prec✝ ≥ 1024 then 1 else 2) (Std.Format.text "Boundness.bound")).group prec✝
Instances For
Equations
- instBEqBoundness.beq x✝ y✝ = (x✝.ctorIdx == y✝.ctorIdx)
Instances For
@[implicit_reducible]
Equations
- instBEqBoundness = { beq := instBEqBoundness.beq }