From 8d82524d9d9b278eae08993c2d4c54173d68481c Mon Sep 17 00:00:00 2001 From: Mateusz Kowalczyk Date: Tue, 4 Nov 2014 01:16:20 +0000 Subject: Fix re-exports of built-in type families Fixes #310 --- html-test/ref/Bug310.html | 89 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 89 insertions(+) create mode 100644 html-test/ref/Bug310.html (limited to 'html-test/ref/Bug310.html') diff --git a/html-test/ref/Bug310.html b/html-test/ref/Bug310.html new file mode 100644 index 00000000..926d6cf2 --- /dev/null +++ b/html-test/ref/Bug310.html @@ -0,0 +1,89 @@ + +Bug310

 

Safe HaskellNone

Bug310

Synopsis

  • type family a + b :: Nat

Documentation

type family a + b :: Nat infixl 6

Addition of type-level naturals.

-- cgit v1.2.3