Skip to content

Commit

Permalink
typos/revisions
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmckinna authored and MatthewDaggitt committed Oct 30, 2023
1 parent db6b8f1 commit 50b444b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions notes/style-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -347,12 +347,12 @@ line of code, indented by two spaces.

#### Variables

* `Level` and `Set`s can always be generalized using the keyword `variable`.
* `Level` and `Set`s can always be generalised using the keyword `variable`.

* A file may only declare variables of other types if those types are used
in the definition of the main type that the file concerns itself with.
At the moment the policy is *not* to generalize over any other types to
minimize the amount of information that users have to keep in their head
At the moment the policy is *not* to generalise over any other types to
minimise the amount of information that users have to keep in their head
concurrently.

* Example 1: the main type in `Data.List.Properties` is `List A` where `A : Set a`.
Expand Down Expand Up @@ -443,11 +443,11 @@ word within a compound word is capitalized except for the first word.
relations should be used over the `¬` symbol (e.g. `m+n≮n` should be
used instead of `¬m+n<n`).

#### Symbols for operators
#### Symbols for operators and relations

* The stdlib aims to use a consistent set of notations, governed by a
consistent set of conventions, but sometimes, different
Unicode/emacs-input-method symbols neverthless can be rendered by
Unicode/emacs-input-method symbols nevertheless can be rendered by
identical-*seeming* symbols, so this is an attempt to document these.

* The typical binary operator in the `Algebra` hierarchy, inheriting
Expand Down

0 comments on commit 50b444b

Please sign in to comment.