mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-19 08:02:51 -06:00
Added newlines and ends of some files. This makes sed happy.
This commit is contained in:
@@ -134,4 +134,4 @@ getEnv_ e err =
|
||||
env <- getEnvironment
|
||||
case lookup e env of
|
||||
Just v -> return v
|
||||
Nothing -> fail err
|
||||
Nothing -> fail err
|
||||
|
||||
@@ -26,4 +26,4 @@ runInterruptibly a =
|
||||
h e = return $ Left e
|
||||
|
||||
blockInterrupt :: IO a -> IO a
|
||||
blockInterrupt = id
|
||||
blockInterrupt = id
|
||||
|
||||
Reference in New Issue
Block a user