Skip to content

Instantly share code, notes, and snippets.

@kcsongor
Last active August 18, 2019 17:01
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 kcsongor/03001b0252724f4deb49a7d3abacab18 to your computer and use it in GitHub Desktop.
Save kcsongor/03001b0252724f4deb49a7d3abacab18 to your computer and use it in GitHub Desktop.
Define /* with CPP
{-# LANGUAGE CPP #-}
-- This defines the (/*) function in the presence of CPP
(//* */*) :: Int -> Int -> Int
(//* */*) = undefined
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment