Skip to content

Instantly share code, notes, and snippets.

Created October 17, 2015 09:59
Show Gist options
  • Save anonymous/cb5088c5f6ba5f90d73a to your computer and use it in GitHub Desktop.
Save anonymous/cb5088c5f6ba5f90d73a to your computer and use it in GitHub Desktop.
*Main> :r
X.Main.main
:lookupInit
[17 of 19] Compiling X.Snip.BreakReflex ( X/Snip/BreakReflex.hs, interpreted )
X/Snip/BreakReflex.hs:15:1: Warning: Defined but not used: ‘main1’
Ok, modules loaded: Main, X.Main, X.Tools, S.Base.All, X.Interp.Parser.All, X.Writer.Latex, X.Interp.Parser.Header, X.Snip.BreakReflex, S.Base.Ext, S.Base.Header, S.Base.Arith, S.Base.SvgNode, S.Base.ConsoleLayout, S.Base.Log, S.Base.Env, X.Interp.Parser.Lexer, X.Interp.Parser.TokenLayout, X.Interp.Parser.Parser, X.Interp.Parser.RenderLatex.
*Main> X.Main.main
*** Exception: Prelude.undefined
*Main> :lookupInit
unknown command ':lookupInit'
use :? for help.
*Main>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment