Skip to content

Instantly share code, notes, and snippets.

@avsm
Created August 28, 2009 16:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save avsm/177084 to your computer and use it in GitHub Desktop.
Save avsm/177084 to your computer and use it in GitHub Desktop.
Ast.ExApp (_loc,
Ast.ExApp (_loc,
Ast.ExApp (_loc, Ast.ExId (_loc, Ast.IdLid (_loc, "fn")),
Ast.ExId (_loc, Ast.IdLid (_loc, "arg1"))),
Ast.ExId (_loc, Ast.IdLid (_loc, "arg2"))),
Ast.ExId (_loc, Ast.IdLid (_loc, "arg3")))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment