From c04f44e29f38784e0e958abc683164e33f851c86 Mon Sep 17 00:00:00 2001 From: Alec Theriault Date: Thu, 19 Jul 2018 05:39:57 -0700 Subject: Fix HEAD html-test (#860) * Update tests for 'StarIsType' * Accept tests * Revert "Update tests for 'StarIsType'" This reverts commit 7f0c01383bbba6dc5af554ee82988d2cf44e407a. --- html-test/ref/QuasiExpr.html | 80 +++++++++++++++++++++++++++++++++++--------- 1 file changed, 64 insertions(+), 16 deletions(-) (limited to 'html-test/ref/QuasiExpr.html') diff --git a/html-test/ref/QuasiExpr.html b/html-test/ref/QuasiExpr.html index 42b21f70..dfded323 100644 --- a/html-test/ref/QuasiExpr.html +++ b/html-test/ref/QuasiExpr.html @@ -58,7 +58,9 @@ >IntExpr Integer IntegerAntiIntExpr String StringAntiExpr String String Show Show Expr

showsPrec :: Int -> :: Int -> Expr -> ShowS

-> ShowS #

show :: Expr -> String

-> String #

showList :: [Expr] -> ShowS

] -> ShowS #

Show Show BinOp

showsPrec :: Int -> :: Int -> BinOp -> ShowS

-> ShowS #

show :: BinOp -> String

-> String #

showList :: [BinOp] -> ShowS

] -> ShowS #

eval :: Expr -> Integer -> Integer #

expr :: QuasiQuoter :: QuasiQuoter #

parseExprExp :: String -> Q Exp :: String -> Q Exp #