Ticket #215 (new bug report)
Support DoAndIfThenElse, part of Haskell 2010
| Reported by: | NeilMitchell | Owned by: | nibro |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Component: | parser | Version: | |
| Keywords: | Cc: |
Description
GHC 7.0 and Haskell 2010 both support the DoAndIfThenElse? extension, which allows:
main = do
if True then print 0
else print 1
It would be nice if haskell-src-exts did too.
Change History
Note: See
TracTickets for help on using
tickets.
