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.159 tracks/haskell/exercises/robot-name/src/Robot.hs
trackler-2.2.1.158 tracks/haskell/exercises/robot-name/src/Robot.hs
trackler-2.2.1.157 tracks/haskell/exercises/robot-name/src/Robot.hs
trackler-2.2.1.156 tracks/haskell/exercises/robot-name/src/Robot.hs
trackler-2.2.1.155 tracks/haskell/exercises/robot-name/src/Robot.hs
trackler-2.2.1.154 tracks/haskell/exercises/robot-name/src/Robot.hs
trackler-2.2.1.153 tracks/haskell/exercises/robot-name/src/Robot.hs
trackler-2.2.1.152 tracks/haskell/exercises/robot-name/src/Robot.hs
trackler-2.2.1.151 tracks/haskell/exercises/robot-name/src/Robot.hs
trackler-2.2.1.150 tracks/haskell/exercises/robot-name/src/Robot.hs
trackler-2.2.1.149 tracks/haskell/exercises/robot-name/src/Robot.hs
trackler-2.2.1.148 tracks/haskell/exercises/robot-name/src/Robot.hs
trackler-2.2.1.147 tracks/haskell/exercises/robot-name/src/Robot.hs
trackler-2.2.1.146 tracks/haskell/exercises/robot-name/src/Robot.hs
trackler-2.2.1.145 tracks/haskell/exercises/robot-name/src/Robot.hs
trackler-2.2.1.144 tracks/haskell/exercises/robot-name/src/Robot.hs
trackler-2.2.1.143 tracks/haskell/exercises/robot-name/src/Robot.hs
trackler-2.2.1.142 tracks/haskell/exercises/robot-name/src/Robot.hs
trackler-2.2.1.141 tracks/haskell/exercises/robot-name/src/Robot.hs
trackler-2.2.1.140 tracks/haskell/exercises/robot-name/src/Robot.hs