brittany/data/Test236.hs

7 lines
101 B
Haskell

{-# LANGUAGE RecursiveDo #-}
foo = do
rec -- comment
a <- f b
b <- g a
return (a, b)