Update dotfiles
This commit is contained in:
parent
70e563d09f
commit
2e31900432
68 changed files with 1317 additions and 0 deletions
|
|
@ -0,0 +1,4 @@
|
|||
data Test = Test
|
||||
{ x :: {-# UNPACK #-} !Int
|
||||
, y :: {-# UNPACK #-} !Int
|
||||
}
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
data Test = Test
|
||||
{ x :: {-# UNPACK #-} !Int
|
||||
, y :: Int
|
||||
}
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
2jfIi{-# UNPACK #-} !
|
||||
:saveas! result.hs
|
||||
:q!
|
||||
Loading…
Add table
Add a link
Reference in a new issue