This website works better with JavaScript.
Home
Help
Sign In
LILiK
/
icfp2015
Watch
5
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
added exported symbols at MonadicGame.hs
threadPool
Andrea Bellandi
9 years ago
parent
cc14162e87
commit
b408682bd2
1 changed files
with
2 additions
and
0 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
src/MonadicGame.hs
+ 2
- 0
src/MonadicGame.hs
View File
@ -1,4 +1,6 @@
{-
# OPTIONS
-
Wall #
-}
{-
# OPTIONS
-
Wall #
-}
module
MonadicGame
(
executeGame
,
move
,
moves
,
readScore
,
readNote
)
where
import
Control.Applicative
import
Control.Applicative
import
Datatypes.Game
import
Datatypes.Game
import
VM
import
VM
Write
Preview
Loading…
Cancel
Save