Update dotfiles
This commit is contained in:
parent
70e563d09f
commit
2e31900432
68 changed files with 1317 additions and 0 deletions
|
|
@ -0,0 +1,6 @@
|
|||
where
|
||||
foo :: Monad m
|
||||
=> Functor m
|
||||
=> MonadIO m
|
||||
-> Int
|
||||
foo x = x
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
where
|
||||
foo :: Monad m
|
||||
=> Functor m
|
||||
=> MonadIO m
|
||||
-> Int
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
Gofoo x = x
|
||||
:saveas! result.hs
|
||||
:q!
|
||||
Loading…
Add table
Add a link
Reference in a new issue