packages feed

fay-0.24.2.0: tests/DoLet2.hs

module DoLet2 where

import FFI

main = do
  print 1
  let [a,b] = [3]
  print a