Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions formal/Drift.v
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,6 @@ Require Import Coq.Init.Logic.
split a longer axiom type across lines and silently escape the check. *)
Set Printing Width 400.

(* Keep Print Assumptions output on one line per axiom: the CI and Justfile
guards match /^name :/ with awk, and Coq's default ~78-column wrap would
split a longer axiom type across lines and silently escape the check. *)

(** ** Domain *)

Expand Down
3 changes: 0 additions & 3 deletions formal/Normalizer.v
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,6 @@ Require Import Coq.Bool.Bool.
split a longer axiom type across lines and silently escape the check. *)
Set Printing Width 400.

(* Keep Print Assumptions output on one line per axiom: the CI and Justfile
guards match /^name :/ with awk, and Coq's default ~78-column wrap would
split a longer axiom type across lines and silently escape the check. *)

(** ** Domain *)

Expand Down
3 changes: 0 additions & 3 deletions formal/Octad.v
Original file line number Diff line number Diff line change
Expand Up @@ -95,9 +95,6 @@ Require Import Coq.Logic.FunctionalExtensionality.
split a longer axiom type across lines and silently escape the check. *)
Set Printing Width 400.

(* Keep Print Assumptions output on one line per axiom: the CI and Justfile
guards match /^name :/ with awk, and Coq's default ~78-column wrap would
split a longer axiom type across lines and silently escape the check. *)
Import ListNotations.

(** ** [def:modset] — Modality Set
Expand Down
3 changes: 0 additions & 3 deletions formal/Planner.v
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,6 @@ Require Import Coq.Sorting.Permutation.
split a longer axiom type across lines and silently escape the check. *)
Set Printing Width 400.

(* Keep Print Assumptions output on one line per axiom: the CI and Justfile
guards match /^name :/ with awk, and Coq's default ~78-column wrap would
split a longer axiom type across lines and silently escape the check. *)
Import ListNotations.

(** ** Domain *)
Expand Down
3 changes: 0 additions & 3 deletions formal/PlannerSemantic.v
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,6 @@ Require Import Coq.Sorting.Permutation.
split a longer axiom type across lines and silently escape the check. *)
Set Printing Width 400.

(* Keep Print Assumptions output on one line per axiom: the CI and Justfile
guards match /^name :/ with awk, and Coq's default ~78-column wrap would
split a longer axiom type across lines and silently escape the check. *)
Import ListNotations.

(** ** Domain (reusing Planner.v abstractions) *)
Expand Down
3 changes: 0 additions & 3 deletions formal/Provenance.v
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,6 @@ Require Import Coq.Lists.List.
split a longer axiom type across lines and silently escape the check. *)
Set Printing Width 400.

(* Keep Print Assumptions output on one line per axiom: the CI and Justfile
guards match /^name :/ with awk, and Coq's default ~78-column wrap would
split a longer axiom type across lines and silently escape the check. *)
Import ListNotations.

(** ** Domain *)
Expand Down
3 changes: 0 additions & 3 deletions formal/Transaction.v
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,6 @@ Require Import Coq.Init.Logic.
split a longer axiom type across lines and silently escape the check. *)
Set Printing Width 400.

(* Keep Print Assumptions output on one line per axiom: the CI and Justfile
guards match /^name :/ with awk, and Coq's default ~78-column wrap would
split a longer axiom type across lines and silently escape the check. *)

(** ** Domain *)

Expand Down
3 changes: 0 additions & 3 deletions formal/VCL.v
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,6 @@ Require Import Coq.Init.Logic.
split a longer axiom type across lines and silently escape the check. *)
Set Printing Width 400.

(* Keep Print Assumptions output on one line per axiom: the CI and Justfile
guards match /^name :/ with awk, and Coq's default ~78-column wrap would
split a longer axiom type across lines and silently escape the check. *)

(** ** Syntax *)

Expand Down
3 changes: 0 additions & 3 deletions formal/WAL.v
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,6 @@ Require Import Coq.Logic.FunctionalExtensionality.
split a longer axiom type across lines and silently escape the check. *)
Set Printing Width 400.

(* Keep Print Assumptions output on one line per axiom: the CI and Justfile
guards match /^name :/ with awk, and Coq's default ~78-column wrap would
split a longer axiom type across lines and silently escape the check. *)
Import ListNotations.

(** ** Domain *)
Expand Down
Loading