fix typo
This commit is contained in:
parent
0ee04ecc43
commit
a780cae441
|
@ -43,8 +43,8 @@ flagFile' p getflagfile = adjustPropertySatisfy p $ \satisfy -> do
|
||||||
onChange
|
onChange
|
||||||
:: (Combines (Property x) (Property y))
|
:: (Combines (Property x) (Property y))
|
||||||
=> Property x
|
=> Property x
|
||||||
=> Property y
|
-> Property y
|
||||||
=> CombinedType (Property x) (Property y)
|
-> CombinedType (Property x) (Property y)
|
||||||
onChange = combineWith $ \p hook -> do
|
onChange = combineWith $ \p hook -> do
|
||||||
r <- p
|
r <- p
|
||||||
case r of
|
case r of
|
||||||
|
|
Loading…
Reference in New Issue