Documentation

Linglib.Semantics.Causation.SEM.Bool

BoolSEM: Legacy Binary-Substrate Convenience Alias (V2) #

BoolSEM V := SEM V (fun _ => Bool). Convenience for consumers that work in the SBH 2009 deterministic-binary substrate (the special case where every vertex has value type Bool). Lives in its own file so the core SEM/Defs.lean stays focused on the general API.

@[reducible, inline]
abbrev Causation.BoolSEM (V : Type u_1) :
Type u_1

A BoolSEM V is the SBH-style binary substrate: every vertex's value is Bool. Convenience abbreviation for consumers that don't need multi-valued variables.

Equations
Instances For