You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Several files inside dunai-examples/ are not conformant with our own style guide. These are mainly in the examples directory.
A quick search shows the following potential violations:
3 File structure, no blank lines at top
./list/BouncingBall.hs
./timetransform/TimeTransform.hs
./bouncingball/BouncingBall.hs
./testing.hs
./reversefrpzoo/wormholes/src/Data/MonadicStreamFunction/Wormhole.hs
./classicfrp/Test.hs
./classicfrp/GTest.hs
3.1 Language pragmas must be alphabetized
./timetransform/TimeTransform.hs
./classicfrp/GTest.hs
3.3 All Haskell files must include a copyright notice in a comment
bouncingball/BouncingBall.hs
classicfrp/GTest.hs
classicfrp/Test.hs
discrete/WXStep.hs
discrete/WXText.hs
keerahails/WXText.hs
list/BouncingBall.hs
paper/src/DunaiExamplesExtensibleAFRP.hs
paper/src/DunaiExamplesMonads.hs
paper/src/DunaiExamplesReactiveValues.hs
reversefrpzoo/wormholes/src/Data/MonadicStreamFunction/Wormhole.hs
taggingmonad/Control/Monad/SamplingMonad.hs
taggingmonad/Control/Monad/TaggingMonad.hs
taggingmonad/Data/Maybe/Util.hs
testing.hs
timetransform/TimeTransform.hs
4.3 The column limit for Haskell files is 80 characters
list/BouncingBall.hs
paper/src/DunaiExamplesReactiveValues.hs
timetransform/TimeTransform.hs
bouncingball/BouncingBall.hs
reversefrpzoo/wormholes/src/Data/MonadicStreamFunction/Wormhole.hs
classicfrp/Test.hs
classicfrp/GTest.hs
keerahails/WXText.hs
4.5.2 Vertical Whitespace never allowed at end of file
taggingmonad/Control/Monad/TaggingMonad.hs
4.5.4.2 No trailing spaces
taggingmonad/Control/Monad/TaggingMonad.hs
The text was updated successfully, but these errors were encountered:
Description
Several files inside dunai-examples/ are not conformant with our own style guide. These are mainly in the examples directory.
A quick search shows the following potential violations:
3 File structure, no blank lines at top
./list/BouncingBall.hs
./timetransform/TimeTransform.hs
./bouncingball/BouncingBall.hs
./testing.hs
./reversefrpzoo/wormholes/src/Data/MonadicStreamFunction/Wormhole.hs
./classicfrp/Test.hs
./classicfrp/GTest.hs
3.1 Language pragmas must be alphabetized
./timetransform/TimeTransform.hs
./classicfrp/GTest.hs
3.3 All Haskell files must include a copyright notice in a comment
bouncingball/BouncingBall.hs
classicfrp/GTest.hs
classicfrp/Test.hs
discrete/WXStep.hs
discrete/WXText.hs
keerahails/WXText.hs
list/BouncingBall.hs
paper/src/DunaiExamplesExtensibleAFRP.hs
paper/src/DunaiExamplesMonads.hs
paper/src/DunaiExamplesReactiveValues.hs
reversefrpzoo/wormholes/src/Data/MonadicStreamFunction/Wormhole.hs
taggingmonad/Control/Monad/SamplingMonad.hs
taggingmonad/Control/Monad/TaggingMonad.hs
taggingmonad/Data/Maybe/Util.hs
testing.hs
timetransform/TimeTransform.hs
4.3 The column limit for Haskell files is 80 characters
list/BouncingBall.hs
paper/src/DunaiExamplesReactiveValues.hs
timetransform/TimeTransform.hs
bouncingball/BouncingBall.hs
reversefrpzoo/wormholes/src/Data/MonadicStreamFunction/Wormhole.hs
classicfrp/Test.hs
classicfrp/GTest.hs
keerahails/WXText.hs
4.5.2 Vertical Whitespace never allowed at end of file
taggingmonad/Control/Monad/TaggingMonad.hs
4.5.4.2 No trailing spaces
taggingmonad/Control/Monad/TaggingMonad.hs
The text was updated successfully, but these errors were encountered: