aula
aula copied to clipboard
Instantiating ToHtml and FormPageView should be mutually exclusive
The ToHtml
instances do not make sense for forms. #104 establishes that. We now need to check that there are no old bogus ToHtml
instances lying around any more. It would be nice to write a test that crashes if a form has such an instance. https://hackage.haskell.org/package/should-not-typecheck may be of help there.
(corrected typo in url above.)