Created
February 4, 2020 06:15
-
-
Save thoferon/109413bd733eb89394198cd9993b0e53 to your computer and use it in GitHub Desktop.
haskell-nix-setup
This file contains hidden or 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 OtherModule | |
( secretString | |
) where | |
import Module | |
secretString :: String | |
secretString = show secretNumber |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment