module Checkers.Moves where import Checkers.Types -- Implement your code for moves function below moves:: GameState -> (SMorJM [Move]) moves = EndM