Skip to content

Instantly share code, notes, and snippets.

@ramirez7
Created July 10, 2026 15:53
Show Gist options
  • Select an option

  • Save ramirez7/074fe1ae34b9a4169bd35e01ca466d99 to your computer and use it in GitHub Desktop.

Select an option

Save ramirez7/074fe1ae34b9a4169bd35e01ca466d99 to your computer and use it in GitHub Desktop.
ma'am, this is a Wendy's
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