Ticket #10 (closed bug report: fixed)
Arrow syntax is not supported
| Reported by: | nibro | Owned by: | nibro |
|---|---|---|---|
| Priority: | major | Milestone: | Full code support |
| Component: | syntax | Version: | |
| Keywords: | Cc: |
Description (last modified by nibro) (diff)
Example borrowed from Yampa:
xSF' :: SF SimbotInput Distance xSF' = proc inp -> do vr <- vrSF -< inp vl <- vlSF -< inp theta <- thetaSF -< inp i <- integral -< (vr+vl) * cos theta returnA -< (i/2)
There are also the -<<, >>- and >- lexemes, and use of forward-pointing arrows.
Change History
Note: See
TracTickets for help on using
tickets.
