-
Notifications
You must be signed in to change notification settings - Fork 453
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Spelling #724
base: main
Are you sure you want to change the base?
Spelling #724
Changes from all commits
d5616fb
9c9633f
c553e78
854d688
7dc4f2c
4f05f2c
c320af9
6c03a91
e73c917
54b3a89
4d636b1
08b8379
03a2f8c
0ddd4ee
c23d173
8cccb0c
30cf82e
cf9c01b
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,10 +13,10 @@ Redistribution and use in source and binary forms, with or without | |
modification, are permitted provided that the following conditions are met: | ||
|
||
- Redistribution of source code must retain the above copyright notice, | ||
this list of conditions and the following disclamer. | ||
this list of conditions and the following disclaimer. | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. lawyers tend to get annoyed by changes to licenses/copyright notices, but... |
||
|
||
- Redistribution in binary form must reproduce the above copyright notice, | ||
this list of conditions and the following disclamer in the documentation | ||
this list of conditions and the following disclaimer in the documentation | ||
and/or other materials provided with the distribution. | ||
|
||
THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS "AS IS" AND ANY | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
Haskell is a syntactically-flexible language, which gives the programmer a tremendous amount of leeway regarding the appearance of their code. This is a set of best practices that we use in `semantic` and its related projects. | ||
|
||
This file draws from the style guides written by [Johan Tibbel](https://github.com/tibbe/haskell-style-guide/blob/master/haskell-style.md) and [Kowainik](https://kowainik.github.io/posts/2019-02-06-style-guide). | ||
This file draws from the style guides written by [Johan Tibell](https://github.com/tibbe/haskell-style-guide/blob/master/haskell-style.md) and [Kowainik](https://kowainik.github.io/posts/2019-02-06-style-guide). | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This matches https://api.github.com/users/tibbe |
||
|
||
# General guidelines | ||
|
||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1791,7 +1791,7 @@ instance Data.Traversable.Traversable ConstructorBody where | |
data ConstructorDeclaration a = ConstructorDeclaration | ||
{ ann :: a, | ||
body :: (AST.Parse.Err (ConstructorBody a)), | ||
typeParamaters :: (GHC.Maybe.Maybe (AST.Parse.Err (TypeParameters a))), | ||
typeParameters :: (GHC.Maybe.Maybe (AST.Parse.Err (TypeParameters a))), | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. scary? |
||
name :: (AST.Parse.Err (Identifier a)), | ||
parameters :: (AST.Parse.Err (FormalParameters a)), | ||
extraChildren :: ([AST.Parse.Err ((Modifiers GHC.Generics.:+: Throws) a)]) | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
brand...