From f21570e5526ce564ac8abeff5310cf753f86ffb8 Mon Sep 17 00:00:00 2001 From: Simon Hengel Date: Mon, 15 Oct 2012 10:41:29 +0200 Subject: Move HTML reference renderings to /html-test/ref/ --- html-test/tests/Examples.html.ref | 179 -------------------------------------- 1 file changed, 179 deletions(-) delete mode 100644 html-test/tests/Examples.html.ref (limited to 'html-test/tests/Examples.html.ref') diff --git a/html-test/tests/Examples.html.ref b/html-test/tests/Examples.html.ref deleted file mode 100644 index 7ebe7770..00000000 --- a/html-test/tests/Examples.html.ref +++ /dev/null @@ -1,179 +0,0 @@ - -Examples

 

Safe HaskellNone

Examples

Synopsis

Documentation

fib :: Integer -> Integer

Fibonacci number of given Integer. -

Examples: -

>>> fib 5
-5
->>> fib 10
-55
-
>>> fib 10
-55
-

One more Example: -

>>> fib 5
-5
-

One more Example: -

>>> fib 5
-5
-

Example with an import: -

>>> import Data.Char
->>> isSpace 'a'
-False
-
>>> putStrLn "foo\n\nbar"
-foo
-
-bar
-
-- cgit v1.2.3