-
Notifications
You must be signed in to change notification settings - Fork 498
Apply fourmolu to the codebase #7417
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
base: master
Are you sure you want to change the base?
Conversation
6fbfe64 to
5d7b8eb
Compare
|
SeungheonOh
left a comment
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.
Just few observations.
| throwErrorDischarged | ||
| :: ThrowableBuiltins uni fun | ||
| => EvaluationError (MachineError fun) CekUserError | ||
| -> CekValue uni fun ann | ||
| -> CekM uni fun s x | ||
| throwErrorDischarged :: | ||
| ThrowableBuiltins uni fun => | ||
| EvaluationError (MachineError fun) CekUserError -> | ||
| CekValue uni fun ann -> | ||
| CekM uni fun s x |
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.
I prefer having arrows in the beginning of the line. I think there was some option in fourmolu to force this.
| -- * 'FrameApplyArg': call 'computeCek' over the context extended with 'FrameApplyFun' | ||
| -- * 'FrameApplyFun': call 'applyEvaluate' to attempt to apply the function | ||
| -- stored in the frame to an argument. | ||
| -- |
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.
I think {- | ... -} is better for multiline haddock.
I think haddock-style: multi-line will do this.
No description provided.