From cf73b006faf95512b28c744ecfbdf47c044acb67 Mon Sep 17 00:00:00 2001 From: "Dr. ERDI Gergo" Date: Fri, 31 Jan 2014 00:15:01 +0800 Subject: <+>: Don't insert a space when concatenating empty nodes --- html-test/ref/TypeOperators.html | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'html-test/ref/TypeOperators.html') diff --git a/html-test/ref/TypeOperators.html b/html-test/ref/TypeOperators.html index 0c5a5c2d..fa02b57e 100644 --- a/html-test/ref/TypeOperators.html +++ b/html-test/ref/TypeOperators.html @@ -58,25 +58,25 @@ window.onload = function () {pageLoad();setSynopsis("mini_TypeOperators.html");} >
  • data a a :-: b
  • data (a (a :+: b) c
  • data Op a b
  • newtype O g f a = O

    data a a :-: b

    b

    data (a (a :+: b) c

    b) c

    data Op a b

    a b

    newtype O g f a

    g f a

    Constructors