issues
search
haskellfoundation
/
HaskellSchool
Apache License 2.0
51
stars
11
forks
source link
Provide guidance on code block and import style
#14
Closed
TrueBoxGuy
closed
3 years ago
TrueBoxGuy
commented
3 years ago
This is a part of the solution to #8.
Introduce language for ghci code blocks
Mandate explicit mention of modules and language extensions used
Mandate absence of name conflict
Mandate unqualified data type imports when possible
This is a part of the solution to #8.