hpaste

recent | annotate | new

-- $(return [keyword "Fred"])
-- $(keywords ["Fred", "Barney", "Betty"])
{-# OPTIONS_GHC -fglasgow-exts -fth #-}
import Keyword

$(keywords $ words "Fred Barney Betty")

main = do
        print Fred
        print betty