Skip to content

Instantly share code, notes, and snippets.

@tarquin-the-brave
Created May 12, 2020 13:42
Show Gist options
  • Save tarquin-the-brave/7f24e784a08f2d9c0b28284947ff9ddf to your computer and use it in GitHub Desktop.
Save tarquin-the-brave/7f24e784a08f2d9c0b28284947ff9ddf to your computer and use it in GitHub Desktop.
module Sensible
( foo
, bar
, Baz (..)
, Silly.okName
)
import Very.Silly.Named.Module as Silly
foo = Silly.longFooName
bar = Silly.otherBarName
type Baz = Silly.BazBaz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment