Created
May 12, 2020 13:42
-
-
Save tarquin-the-brave/7f24e784a08f2d9c0b28284947ff9ddf to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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