Skip to content
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

dunai-examples: Conformance with style guide #409

Open
ivanperez-keera opened this issue Apr 23, 2024 · 0 comments
Open

dunai-examples: Conformance with style guide #409

ivanperez-keera opened this issue Apr 23, 2024 · 0 comments
Labels

Comments

@ivanperez-keera
Copy link
Owner

Description

Several files inside dunai-examples/ are not conformant with our own style guide. These are mainly in the examples directory.

Because the non-conformances may take quite some time to fix, I've decided to split #349 into smaller issues.

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.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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant