projects
/
matthijs
/
master-project
/
cλash.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
db63e91
)
Add vim modeline.
author
Matthijs Kooijman
<matthijs@stdin.nl>
Tue, 3 Mar 2009 11:21:57 +0000
(12:21 +0100)
committer
Matthijs Kooijman
<matthijs@stdin.nl>
Tue, 3 Mar 2009 11:21:57 +0000
(12:21 +0100)
FlattenTypes.hs
patch
|
blob
|
history
diff --git
a/FlattenTypes.hs
b/FlattenTypes.hs
index b7be4645d89e1df519487192268d48d4ab6e978c..eba0599e271ce1245c5bf5549814a866d9d9be54 100644
(file)
--- a/
FlattenTypes.hs
+++ b/
FlattenTypes.hs
@@
-218,3
+218,5
@@
setSignalInfo id' info' = do
(defs, sigs, n) <- State.get
let sigs' = map (\(id, info) -> (id, if id == id' then info' else info)) sigs
State.put (defs, sigs', n)
+
+-- vim: set ts=8 sw=2 sts=2 expandtab: