Initial commit
This commit is contained in:
parent
2a498ff4b5
commit
9987d12f80
9 changed files with 274 additions and 0 deletions
10
lib/VoorbeeldModule.hs
Normal file
10
lib/VoorbeeldModule.hs
Normal file
|
@ -0,0 +1,10 @@
|
|||
module VoorbeeldModule
|
||||
( hoi -- oplijsting van de publieke functies - als je deze lijst en de haakjes weglaat, wordt alles publiek
|
||||
, hallo
|
||||
) where
|
||||
|
||||
hoi :: String
|
||||
hoi = "Hoi"
|
||||
|
||||
hallo :: String
|
||||
hallo = "Hallo"
|
Reference in a new issue