Skip to content

Point free function is ready#6

Open
viktoriia-fomina wants to merge 8 commits into
masterfrom
Point-free
Open

Point free function is ready#6
viktoriia-fomina wants to merge 8 commits into
masterfrom
Point-free

Conversation

@viktoriia-fomina
Copy link
Copy Markdown
Owner

No description provided.

Copy link
Copy Markdown

@yurii-litvinov yurii-litvinov left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Да, всё правильно, зачтена

[<EntryPoint>]
let main argv =
printfn "Hello World from F#!"
0 // return an integer exit code
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Это не нужно

[<Test>]
let ``The results should be the same`` () =
Check.QuickThrowOnFailure (fun x l ->
multiply1 x l = multiply2 x l && multiply2 x l = multiply3 x l && multiply3 x l = multiplyPointFree x l)
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Лучше было три разных теста написать, если одна из функций испортится, мы сразу будем знать, какая

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants