Movatterモバイル変換


[0]ホーム

URL:


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

Commitc5c4425

Browse files
committed
Type signature on recursive function
1 parent29373bd commitc5c4425

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

‎2018/01_2/haskell/appositum.hs‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ loop acc lst =
1616

1717
appearTwice::Orda=> [a]->Maybea
1818
appearTwice=recM.emptywhere
19+
rec::Orda=>Mapaa-> [a]->Maybea
1920
rec seen[]=Nothing
2021
rec seen (x:xs)=
2122
caseM.lookup x seenof

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp