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