Skip to content

Instantly share code, notes, and snippets.

@tippenein
Created September 14, 2017 14:04
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 tippenein/4dff3f461e2b8120b883f5e711db4555 to your computer and use it in GitHub Desktop.
Save tippenein/4dff3f461e2b8120b883f5e711db4555 to your computer and use it in GitHub Desktop.
-- like this?
import Language.PureScript.Bridge.PSTypes (psInt)
int64Bridge :: BridgePart
int64Bridge = typeName ^== "Int64" >> return psInt
mainBridge = defaultBridge <|> int64Bridge
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment