Created
July 10, 2026 15:53
-
-
Save ramirez7/074fe1ae34b9a4169bd35e01ca466d99 to your computer and use it in GitHub Desktop.
ma'am, this is a Wendy's
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
| GHCi, version 9.10.3: https://www.haskell.org/ghc/ :? for help | |
| ghci> :! cat wendys.hs | |
| ma'am :: () | |
| ma'am = () | |
| this :: () -> () -> Wendy's -> () | |
| this _ _ _ = () | |
| is :: () | |
| is = () | |
| a :: () | |
| a = () | |
| data Wendy's = Wendy's | |
| theJoke :: ((), ()) | |
| theJoke = ( | |
| ma'am, this is a Wendy's | |
| ) | |
| ghci> :l wendys.hs | |
| [1 of 2] Compiling Main ( wendys.hs, interpreted ) | |
| Ok, one module loaded. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment