Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 153 Bytes

succ.md

File metadata and controls

4 lines (3 loc) · 153 Bytes

Parser Combinator: succ

succ<T, R>(value: R) consumes no token and always succeeds by returning R. Here T is the same to the one in Token<T>.