Intersecting number wheels: Difference between revisions

Content added Content deleted
m (→‎{{header|Haskell}}: (extended output))
Line 768: Line 768:
# clockWorkTick :: Dict -> (Dict, Char)
# clockWorkTick :: Dict -> (Dict, Char)
def clockWorkTick(wheelMap):
def clockWorkTick(wheelMap):
'''The new state of the wheels, tupled with the
'''The new state of the wheels, tupled with a
digit found by recursive descent from a single
digit found by recursive descent from a single
click of the first wheel.'''
click of the first wheel.'''