diff options
author | quidtum <quidtum> | 2022-02-22 21:10:45 -0500 |
---|---|---|
committer | quidtum <quidtum> | 2022-02-22 21:10:45 -0500 |
commit | 1935eff0b1738ae1293cc8a1a8b4e27a88ffb982 (patch) | |
tree | 5bcf538fc6644a61d065de7f2c7b9b65ddfe6d61 /src | |
parent | 927a6bf17ed44bf2975c8f1bf507487e60ffa52e (diff) |
build
Diffstat (limited to 'src')
-rw-r--r-- | src/Lib.hs | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -822,6 +822,7 @@ headMay [] = Nothing headMay (x:_) = Just x data HeadException = HeadException deriving (Show) + instance E.Exception HeadException mustHead :: [a] -> IO a |