2008-08-10から1日間の記事一覧

(flip id)

System.Console.GetOpt のサンプルコードを読んでいたら、訳の分からないところがでてきました。 compilerOpts :: [String] -> IO (Options, [String]) compilerOpts argv = case getOpt Permute options argv of (o,n,[] ) -> return (foldl (flip id) defa…