Update dotfiles

This commit is contained in:
viktorbarzin 2018-10-01 19:00:02 +03:00
parent 70e563d09f
commit 2e31900432
68 changed files with 1317 additions and 0 deletions

View file

@ -0,0 +1,6 @@
where
foo :: Monad m
=> Functor m
=> MonadIO m
-> Int
foo x = x

View file

@ -0,0 +1,5 @@
where
foo :: Monad m
=> Functor m
=> MonadIO m
-> Int

View file

@ -0,0 +1,3 @@
Gofoo x = x
:saveas! result.hs
:q!