Skip to content

Commit 2348fa3

Browse files
committed
Remove introduction to FP
1 parent c73ca7e commit 2348fa3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/HL/View/Documentation.hs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,7 @@ books =
4040
,("Thinking Functionally with Haskell","http://www.cambridge.org/us/academic/subjects/computer-science/programming-languages-and-applied-logic/thinking-functionally-haskell")]
4141
older =
4242
[("Programming in Haskell","http://www.cs.nott.ac.uk/~gmh/book.html")
43-
,("Haskell: The Craft of Functional Programming","http://www.cs.ukc.ac.uk/people/staff/sjt/craft2e/")
44-
,("Introduction to Functional Programming using Haskell","http://www.prenhall.com/allbooks/ptr_0134843460.html")]
43+
,("Haskell: The Craft of Functional Programming","http://www.cs.ukc.ac.uk/people/staff/sjt/craft2e/")]
4544

4645
online :: Html ()
4746
online =

0 commit comments

Comments
 (0)