mirror of
https://github.com/allaunthefox/Research-Stack.git
synced 2026-07-31 03:05:21 +00:00
Wire visual primitive formalism into constitution
This commit is contained in:
parent
eb448df619
commit
883adc29a8
1 changed files with 4 additions and 0 deletions
|
|
@ -15,6 +15,7 @@ import Semantics.Graph.Diff
|
||||||
import Semantics.Graph.Torsion
|
import Semantics.Graph.Torsion
|
||||||
import Semantics.FAMM
|
import Semantics.FAMM
|
||||||
import Semantics.RGFlow
|
import Semantics.RGFlow
|
||||||
|
import Semantics.VisualPrimitive
|
||||||
|
|
||||||
namespace Semantics.Constitution
|
namespace Semantics.Constitution
|
||||||
|
|
||||||
|
|
@ -24,4 +25,7 @@ def artifactFirstInvariant : Prop := True
|
||||||
/-- FORMING marker for the bootstrap constitution. -/
|
/-- FORMING marker for the bootstrap constitution. -/
|
||||||
def settlementState : String := "FORMING"
|
def settlementState : String := "FORMING"
|
||||||
|
|
||||||
|
/-- Visual primitives are now part of the canonical witness surface. -/
|
||||||
|
def visualPrimitiveWitnessSurface : Prop := True
|
||||||
|
|
||||||
end Semantics.Constitution
|
end Semantics.Constitution
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue