codeworld-base-0.2.0.0: Replacement base module for CodeWorld

Safe HaskellNone
LanguageHaskell98

Extras.Stamp

Description

A stateful track

Synopsis

Documentation

Track API

To use the extra features in this module, you must begin your code with this line:

import Extras.Stamp

data StampTrack a #

trace :: StampTrack a -> [a] #

sprite :: p1 -> p2 -> p1 #

sprites :: [a] -> Number -> a #

stop :: StampTrack a -> [a] #

save :: (StampTrack a -> a) -> StampTrack a -> StampTrack a #