Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 72aab91

Browse files
committed
Merge branch 'master' of github.com:McGizzle/CS4012-Functional-Programming
2 parents 34921ae + ccd9e18 commit 72aab91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎Playground.lhs‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ f 0 = Nil
2929
f 1 = Cons 1 Nil
3030

3131
'f 0' binds 'List a Z' to the type of 'f'
32-
The compiler will shout at us because expected 'List a Z' will not match the impossible 'List a (S Z)'
32+
The compiler will shout at us because expected 'List a Z' will not match the expected 'List a (S Z)'
3333

3434
AVL Tree
3535

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /