Skip to content

Commit 63a47b4

Browse files
Merge pull request #2102 from jdchristensen/emacs-headers
Remove emacs headers and put visual-line-mode in .dir-locals.el
2 parents b008260 + 61ef250 commit 63a47b4

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

109 files changed

+4
-154
lines changed

.dir-locals.el

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
((nil . ((mode . visual-line))))

STYLE.md

Lines changed: 3 additions & 3 deletions

contrib/SetoidRewrite.v

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
(* -*- mode: coq; mode: visual-line -*- *)
2-
31
(* Typeclass instances to allow rewriting in categories. Examples are given later in the file. *)
42

53
(* Init.Tactics contains the definition of the Coq stdlib typeclass_inferences database. It must be imported before Basics.Overture. *)

theories/Algebra/Aut.v

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
(* -*- mode: coq; mode: visual-line -*- *)
21
Require Import Basics.
32
Require Import Truncations.
43
Require Import Algebra.ooGroup.

theories/Algebra/ooAction.v

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
(* -*- mode: coq; mode: visual-line -*- *)
2-
31
Require Import Basics.
42
Require Import Algebra.ooGroup.
53

theories/Algebra/ooGroup.v

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
(* -*- mode: coq; mode: visual-line -*- *)
21
Require Import Basics Types.
32
Require Import Pointed.
43
Require Import Truncations.Core Truncations.Connectedness.

theories/Basics/Contractible.v

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
(* -*- mode: coq; mode: visual-line -*- *)
2-
31
(** * Contractibility *)
42

53
Require Import Overture PathGroupoids.

theories/Basics/Decidable.v

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
(* -*- mode: coq; mode: visual-line -*- *)
21
Require Import
32
Basics.Overture
43
Basics.PathGroupoids

theories/Basics/Equivalences.v

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
(* -*- mode: coq; mode: visual-line -*- *)
21
(** * Equivalences *)
32

43
Require Import

theories/Basics/Overture.v

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
(* -*- mode: coq; mode: visual-line -*- *)
2-
31
(** * Basic definitions of homotopy type theory *)
42

53
(** This file defines some of the most basic types and type formers, such as sums, products, Sigma types and path types. It defines the action of functions on paths [ap], transport, equivalences, and function extensionality. It also defines truncatedness, and a number of other fundamental definitions used throughout the library. *)

0 commit comments

Comments
 (0)