Skip to content

Instantly share code, notes, and snippets.

@joshcough
Created February 13, 2015 20:08
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 joshcough/8c0d234bf393db460786 to your computer and use it in GitHub Desktop.
Save joshcough/8c0d234bf393db460786 to your computer and use it in GitHub Desktop.
[(Import
{_importPrivacy = Private,
_importModule = mkModuleName "ermine" "Test",
_importAs = Nothing,
_importScope = Using [
Explicit {_explicitGlobal = "x", _explicitIsType = False, _explicitLocal = Nothing},
Explicit {_explicitGlobal = "y", _explicitIsType = False, _explicitLocal = Nothing}
]
},
Module
{mn = mkModuleName "ermine" "Test",
_moduleImports = [],
_moduleFixities = [],
_moduleData = [],
_moduleBindings = [(Public,"x",Binding {_bindingType = Implicit, _bindingBodies = Binding { _loc = emptyRendering, _cases = [Body {_bodyPatterns = [], _bodyGuarded = Unguarded (Scope (App (Var (F (Var "fromInteger"))) (HardTerm (Lit (Integer 5))))), _bodyWhere = []}]}})],
_moduleClasses = fromList []}
)]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment