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

Lab 1 #7

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

Lab 1 #7

wants to merge 7 commits into from

Conversation

ilyashlykov
Copy link

No description provided.

@alexeyr
Copy link
Owner

alexeyr commented Apr 17, 2024

Здравствуйте.

  1. Вам нужно закрыть свой репозиторий и дать мне туда доступ. PR делается внутри своего репозитория.
  2. У вас сразу работа над 2-й лабораторной, это должен быть отдельный PR. Она уже готова или это в процессе? Сейчас в любом случае проверю именно первую.

Copy link
Owner

@alexeyr alexeyr left a comment

Choose a reason for hiding this comment

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

По первой лабораторной всё хорошо, кроме опоздания. Ставлю 16.

@@ -1,14 +1,16 @@
module FirstSteps
where
import Data.Word (Word8)
import GHC.Exts.Heap (GenClosure(key))
Copy link
Owner

Choose a reason for hiding this comment

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

Это случайность? Вроде нигде не используется.

Comment on lines +30 to +31
| x == z = max x y
| otherwise = max x y
Copy link
Owner

Choose a reason for hiding this comment

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

Здесь менять не надо, но достаточно одной ветки. Видно ли, почему?

Copy link
Author

Choose a reason for hiding this comment

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

Здравствуйте!
Ну да, понятно что первая строка лишняя и можно просто otherwise оставить

module Lists where

import Data.List (delete)
import Data.Bits (Bits(xor))
Copy link
Owner

Choose a reason for hiding this comment

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

Это тоже похоже на случайно оставленное после редактирования (а вот delete видно, где используется).

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