Skip to content

Instantly share code, notes, and snippets.

@eagletmt
Created March 29, 2012 18:46
Show Gist options
  • Save eagletmt/2241884 to your computer and use it in GitHub Desktop.
Save eagletmt/2241884 to your computer and use it in GitHub Desktop.
module Foo where
-- This line is to be said "warning: Top-level binding ..."
foo = "foo"
module FooBar where
import Foo
-- This line is to be said "warning: Top-level binding ..."
foobar = foo ++ "bar"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment