Browse Source

added exported symbols at MonadicGame.hs

threadPool
Andrea Bellandi 9 years ago
parent
commit
b408682bd2
1 changed files with 2 additions and 0 deletions
  1. +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


Loading…
Cancel
Save