mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-23 11:42:49 -06:00
add a type signature in GF.Interactive2 to make ghc-7.6.3 happy
This commit is contained in:
@@ -166,6 +166,7 @@ execute1' s0 =
|
|||||||
do execute . lines =<< lift (restricted (readFile w))
|
do execute . lines =<< lift (restricted (readFile w))
|
||||||
continue
|
continue
|
||||||
where
|
where
|
||||||
|
execute :: [String] -> ShellM ()
|
||||||
execute [] = done
|
execute [] = done
|
||||||
execute (line:lines) = whenM (execute1' line) (execute lines)
|
execute (line:lines) = whenM (execute1' line) (execute lines)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user