wszystkie opcje
buster  ] [  bullseye  ]
[ Pakiet źródłowy: haskell-language-haskell-extract  ]

Pakiet: libghc-language-haskell-extract-dev (0.2.4-9 i inne)

Odnośniki dla libghc-language-haskell-extract-dev

Screenshot

Zasoby systemu Debian:

Pobieranie pakietu źródłowego haskell-language-haskell-extract:

Opiekunowie:

Zasoby zewnętrzne:

Podobne pakiety:

automatically extract functions from the local code.

language-haskell-extract contains some useful helper functions on top of Template Haskell. functionExtractor extracts all functions after a regexp-pattern.

> foo = "test" > boo = "testing" > bar = $(functionExtractor "oo$")

will automagically extract the functions ending with "oo" such as

> bar = [("foo",foo), ("boo",boo)]

This can be useful if you wish to extract all functions beginning with test (for a test-framework) or all functions beginning with wc (for a web service).

functionExtractorMap works like functionsExtractor but applies a function over all function-pairs. This functions is useful if the common return type of the functions is a type class.

This package contains the normal library files.

Inne pakiety związane z libghc-language-haskell-extract-dev

  • wymaga
  • poleca
  • sugeruje
  • enhances

Pobieranie libghc-language-haskell-extract-dev

Pobierz dla wszystkich dostępnych architektur
Architektura Wersja Rozmiar pakietu Rozmiar po instalacji Pliki
amd64 0.2.4-9+b2 17,2 KiB91,0 KiB [lista plików]
arm64 0.2.4-9+b2 18,2 KiB142,0 KiB [lista plików]
armhf 0.2.4-9+b2 18,1 KiB87,0 KiB [lista plików]
i386 0.2.4-9+b2 17,2 KiB81,0 KiB [lista plików]