konn / computational-algebra

General-Purpose Computer Algebra System as an EDSL in Haskell
http://konn.github.io/computational-algebra/
BSD 3-Clause "New" or "Revised" License
92 stars 9 forks source link

Haddock failure #3

Closed andersk closed 10 years ago

andersk commented 10 years ago

cabal haddock yields this error:

dist/build/tmp-21791/Algebra/Algorithms/ZeroDim.hs:319:46:
    parse error on input `-- ^ lex-Groebner basis of the kernel of the given linear map.'

because although Haddock lets you attach documentation to individual function parameters, it does not let you attach it to individual members of a tuple.

konn commented 10 years ago

Fixed in 412ab6d66. Thanks!