From 8410dd341a1730f708af3f0d96d13f2b5f7b9df5 Mon Sep 17 00:00:00 2001 From: Phil Ruffwind Date: Wed, 30 Sep 2015 03:22:14 -0400 Subject: Update tests for previous commit --- html-test/ref/PromotedTypes.html | 32 ++++++++++++++++++++------------ 1 file changed, 20 insertions(+), 12 deletions(-) (limited to 'html-test/ref/PromotedTypes.html') diff --git a/html-test/ref/PromotedTypes.html b/html-test/ref/PromotedTypes.html index 7567d2f5..65aa0112 100644 --- a/html-test/ref/PromotedTypes.html +++ b/html-test/ref/PromotedTypes.html @@ -49,16 +49,18 @@ window.onload = function () {pageLoad();setSynopsis("mini_PromotedTypes.htm >

data RevList a

a #

Constructors

RNil(RevList a) a) :> a

data Pattern :: [** where #

Nil :: Pattern
Cons :: Maybe

data RevPattern :: RevList* where #

RevNil :: RevPattern
RevCons :: Maybe

data Tuple :: (** where #

Tuple :: a -> b -> Tuple