diff options
author | https://www.google.com/accounts/o8/id?id=AItOawnq-RfkVpFN15SWvQ2lpSGAi0XpNQuLxKM <Yuval@web> | 2014-07-06 10:45:04 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2014-07-06 10:45:04 +0000 |
commit | c69cb2fc067fa2cd083c11063ac6ad2c43bc9b2f (patch) | |
tree | a614d1eaf1f2be32cc0a29c833ef4fb59940fe92 /doc/coding_style | |
parent | f85892d26cce3b4b3c6914f4a107f9ea42da69e5 (diff) |
removed
Diffstat (limited to 'doc/coding_style')
-rw-r--r-- | doc/coding_style/comment_1_0097190e1bdfb6c7de032afd4fdfc374._comment | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/doc/coding_style/comment_1_0097190e1bdfb6c7de032afd4fdfc374._comment b/doc/coding_style/comment_1_0097190e1bdfb6c7de032afd4fdfc374._comment deleted file mode 100644 index d6fdd45d0..000000000 --- a/doc/coding_style/comment_1_0097190e1bdfb6c7de032afd4fdfc374._comment +++ /dev/null @@ -1,20 +0,0 @@ -[[!comment format=mdwn - username="https://www.google.com/accounts/o8/id?id=AItOawnq-RfkVpFN15SWvQ2lpSGAi0XpNQuLxKM" - nickname="Yuval" - subject="What about safe?" - date="2014-07-06T10:44:05Z" - content=""" -https://hackage.haskell.org/package/safe - -> A library wrapping Prelude/Data.List functions that can throw exceptions, such as head and !!. Each unsafe function has up to four variants, e.g. with tail: -> -> tail :: [a] -> [a], raises an error on tail []. - -> tailMay :: [a] -> Maybe [a], turns errors into Nothing. - -> tailDef :: [a] -> [a] -> [a], takes a default to return on errors. - -> tailNote :: String -> [a] -> [a], takes an extra argument which supplements the error message. - -> tailSafe :: [a] -> [a], returns some sensible default if possible, [] in the case of tail. -"""]] |