Apriori.Modus.Operatio (apriori v0.1.0)
View SourceOperatio — an internal reasoning request (Kant’s theoretical reason / theoria).
Use when the Umwelt must answer a Quaestio by applying a dedicated
reasoning module (the query): derive or retrieve a Forma
(Essentia | Collectio | Propria | Sententia). Produced by Verstand
from a Quaestio once the query module is resolved; executed by
Wirkwelt to yield Responsum, Negatum, or Silentia.
Relation to Actio: parallel pole of the same action-field (actus):
Operatio shapes knowledge (theoria);
Actio effects the world (praxis).
When to use
- A question is classified and routed to a concrete query module.
- Arguments are shaped/validated for knowledge production (no external change intended).
Invariants
signaare preserved end-to-end.queryis a concrete module that computes andformatio/1-shapes theForma.- No transport/side effects occur here; Wirkwelt performs execution and returns the outcome.
Summary
Types
@type t() :: %Apriori.Modus.Operatio{ argumenta: map(), query: module(), signa: Apriori.Phaenomenon.signa(), typus: String.t() }