brittany/data/Test235.hs

6 lines
84 B
Haskell

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