Skip to content

Instantly share code, notes, and snippets.

@wangbj
Created January 14, 2016 19:32
Show Gist options
  • Save wangbj/5f34a7593d77a2979d51 to your computer and use it in GitHub Desktop.
Save wangbj/5f34a7593d77a2979d51 to your computer and use it in GitHub Desktop.
{-# LANGUAGE PatternSynonyms #-}
import Foreign.C
newtype Mode = MkMode {unMode :: CInt }
pattern Mode0 = MkMode 0
pattern Mode1 = MkMode 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment