91a23cd78fa44742284502586e55e4c7b601e501295e7aace5971d6885ec8a39

Download raw

Created: 2023-12-19 03:40:10.302489 UTC

Size: 673

Preview (limited to 512 bytes)

"\\begin{code}\n{-# LANGUAGE CPP #-}\n{-# OPTIONS_GHC -Wall #-}\nmodule Main (main) where\n\n#ifndef MIN_VERSION_cabal_doctest\n#define MIN_VERSION_cabal_doctest(x,y,z) 0\n#endif\n\n#if MIN_VERSION_cabal_doctest(1,0,0)\n\nimport Distribution.Extra.Doctest ( defaultMainWithDoctests )\nmain :: IO ()\nmain = defaultMainWithDoctests \"doctests\"\n\n#else\n\n#ifdef MIN_VERSION_Cabal\n-- If the macro is defined, we have new cabal-install,\n-- but for some reason we don't have cabal-doctest in package-db\n--\n-- Probably we are running ca"


Casa is a service provided by the Haskell Foundation │ Originally developed by FP Complete