Sisyphus repositório
Última atualização: 1 outubro 2023 | SRPMs: 18631 | Visitas: 37497790
en ru br
ALT Linux repositórios
S:0.3.19-alt2

Group :: Desenvolvimento/Haskell
RPM: ghc8.6.4-safe

 Principal   Changelog   Spec   Patches   Sources   Download   Gear   Bugs e FR  Repocop 

A versão atual: 0.3.19-alt2
Data da compilação: 17 agosto 2023, 17:43 ( 35.8 weeks ago )
Tamanho:: 15.86 Kb

Home page:   https://github.com/ndmitchell/safe#readme

Licença: BSD3
Sumário: Library of safe (exception free) functions
Descrição:

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@.

This package is divided into three modules:

* "Safe" contains safe variants of @Prelude@ and @Data.List@ functions.

* "Safe.Foldable" contains safe variants of @Foldable@ functions.

* "Safe.Exact" creates crashing versions of functions like @zip@ (errors if
the lists are not equal) and @take@ (errors if there are not enough
elements), then wraps them to provide safe variants.

Mantenedor currente: Denis Smirnov

Lista dos contribuidores

Lista dos rpms provida por esta srpm:

  • ghc8.6.4-safe
ACL:
     
    projeto & código: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
    mantenedor atual: Michael Shigorin
    mantenedor da tradução: Fernando Martini aka fmartini © 2009