Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Point free function is ready #6

Open
wants to merge 8 commits into
base: master
Choose a base branch
from
Open

Conversation

viktoriia-fomina
Copy link
Owner

No description provided.

Copy link

@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

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)

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