Created
April 14, 2021 22:21
-
-
Save thalesmg/24dfdae87f0e5ddbda34d5cec8cc63a6 to your computer and use it in GitHub Desktop.
delete-me
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
| {-# LANGUAGE OverloadedStrings #-} | |
| module Main (blah) where | |
| import qualified Data.Map as M | |
| -- comentário | |
| -- | haddock | |
| data Bah m = MkBah { bah :: m Text | |
| , boh :: Int -> IO () | |
| } | |
| newtype Blergh = MkBlergh { getBlerg :: () } | |
| cousa :: Cont r Int -> Cont r String | |
| cousa c | c > 10 = fmap show c | |
| | otherwise = undefined |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment