mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-09 04:59:31 -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))
|
||||
continue
|
||||
where
|
||||
execute :: [String] -> ShellM ()
|
||||
execute [] = done
|
||||
execute (line:lines) = whenM (execute1' line) (execute lines)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user