Sha256: 537c27a4b72ef76bc5149fb0c20f552265cdbaacc1c38082aefd99f6eb490cb6

Contents?: true

Size: 342 Bytes

Versions: 271

Compression:

Stored size: 342 Bytes

Contents

module Robot (Robot, mkRobot, resetName, robotName) where

data Robot = Dummy

mkRobot :: IO Robot
mkRobot = error "You need to implement this function."

resetName :: Robot -> IO ()
resetName robot = error "You need to implement this function."

robotName :: Robot -> IO String
robotName robot = error "You need to implement this function."

Version data entries

271 entries across 271 versions & 1 rubygems

Version Path
trackler-2.2.1.180 tracks/haskell/exercises/robot-name/src/Robot.hs
trackler-2.2.1.179 tracks/haskell/exercises/robot-name/src/Robot.hs
trackler-2.2.1.178 tracks/haskell/exercises/robot-name/src/Robot.hs
trackler-2.2.1.177 tracks/haskell/exercises/robot-name/src/Robot.hs
trackler-2.2.1.176 tracks/haskell/exercises/robot-name/src/Robot.hs
trackler-2.2.1.175 tracks/haskell/exercises/robot-name/src/Robot.hs
trackler-2.2.1.174 tracks/haskell/exercises/robot-name/src/Robot.hs
trackler-2.2.1.173 tracks/haskell/exercises/robot-name/src/Robot.hs
trackler-2.2.1.172 tracks/haskell/exercises/robot-name/src/Robot.hs
trackler-2.2.1.171 tracks/haskell/exercises/robot-name/src/Robot.hs
trackler-2.2.1.170 tracks/haskell/exercises/robot-name/src/Robot.hs
trackler-2.2.1.169 tracks/haskell/exercises/robot-name/src/Robot.hs
trackler-2.2.1.167 tracks/haskell/exercises/robot-name/src/Robot.hs
trackler-2.2.1.166 tracks/haskell/exercises/robot-name/src/Robot.hs
trackler-2.2.1.165 tracks/haskell/exercises/robot-name/src/Robot.hs
trackler-2.2.1.164 tracks/haskell/exercises/robot-name/src/Robot.hs
trackler-2.2.1.163 tracks/haskell/exercises/robot-name/src/Robot.hs
trackler-2.2.1.162 tracks/haskell/exercises/robot-name/src/Robot.hs
trackler-2.2.1.161 tracks/haskell/exercises/robot-name/src/Robot.hs
trackler-2.2.1.160 tracks/haskell/exercises/robot-name/src/Robot.hs