Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- indentation: 2
- function-arrows: leading-args
- comma-style: leading
- import-export-style: leading
- import-grouping: by-scope-then-qualified
- indent-wheres: false
- record-brace-space: false
- newlines-between-decls: 0
- haddock-style: single-line
- let-style: inline
- trailing-section-operators: false
- fixities:
- - infixr 9 .
- - infixl 9 !!
- - infixr 8 ^, ^^, **
- - infixl 7 *, /
- - infixr 6 <>
- - infixl 6 +, -
- - infixr 5 ++
- - infixl 4 <$>, <$, $>, <*>, <*, *>, <**>
- - infixr 3 >~<, /\, &&
- - infixr 2 \/, ||
- - infixr 1 =<<
- - infixl 1 >>, >>=
- - infixr 0 $, $!
- respectful: true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement