Skip to content

Instantly share code, notes, and snippets.

@xenophobia
Created August 7, 2012 23:42
Show Gist options
  • Save xenophobia/3290594 to your computer and use it in GitHub Desktop.
Save xenophobia/3290594 to your computer and use it in GitHub Desktop.
import Language.Egison.Quote
-- Antiquoting!
infixes :: [Int] -> [[Int]]
infixes l = [egison|(match-all l (List Integer) [<join _ <join $l _>> l]) :: [[Int]]|]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment