From d23dbf3d54bf1c29a9720872f312a370f830b5ae Mon Sep 17 00:00:00 2001 From: Alec Theriault Date: Tue, 21 Aug 2018 22:08:40 -0700 Subject: Accept test cases --- html-test/ref/UnboxedStuff.html | 196 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 196 insertions(+) create mode 100644 html-test/ref/UnboxedStuff.html (limited to 'html-test/ref') diff --git a/html-test/ref/UnboxedStuff.html b/html-test/ref/UnboxedStuff.html new file mode 100644 index 00000000..4c1196b9 --- /dev/null +++ b/html-test/ref/UnboxedStuff.html @@ -0,0 +1,196 @@ +UnboxedStuff

Safe HaskellSafe

UnboxedStuff

Synopsis

Documentation

data X #

data Y #

data Z #

Unboxed type constructors

unboxedUnit :: (# #) -> (# #) #

unboxedTuple :: (# X, Y #) -> (# X, Y, Z #) #

unboxedSum :: (# X | Y #) -> (# X | Y | Z #) #

\ No newline at end of file -- cgit v1.2.3