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

Fixes #1696 #1697

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Fixes #1696 #1697

wants to merge 1 commit into from

Conversation

yav
Copy link
Member

@yav yav commented Jul 2, 2024

No description provided.

@RyanGlScott
Copy link
Contributor

Some assorted test suite failures arising from this patch—I'm not sure if they are expected or not. e.g.,

      issue1617.icry: [Failed]
5c5
< {a, n} (fin n) => n / 2 == n - n /^ 2
---
> {a, n} (fin n) => n / 2 + n /^ 2 == n

# If output is OK:
cp /home/runner/work/cryptol/cryptol/output/./tests/issues/issue1617.icry.stdout \
     /home/runner/work/cryptol/cryptol/tests/issues/issue1617.icry.stdout


      issue1663.icry: [OK]
      issue167.icry: [OK]
      issue171.icry: [OK]
      issue177.icry: [OK]
      issue184.icry: [OK]
      issue185.icry: [OK]
      issue187.icry: [OK]
      issue198.icry: [OK]
      issue202.icry: [OK]
      issue211.icry: [OK]
      issue212.icry: [Failed]
3a4,22
> 
Error: r] at issue212.cry:18:1--18:40:
>   Failed to infer the following types:
>     • ?m, type argument 'front' of '(#)' at issue212.cry:18:17--18:40
>   while validating user-specified signature
>     in the definition of 'Main::can_not_width', at issue212.cry:18:1--18:14,
>     we need to show that
>       for any type n
>       assuming
>         • 64 >= width (8 * (1 + n))
>       the following constraints hold:
>         • 64 == ?m + width n
>             arising from
>             matching types
>             at issue212.cry:18:17--18:40
>         • fin ?m
>             arising from
>             use of expression (#)
>             at issue212.cry:18:17--18:40

# If output is OK:
cp /home/runner/work/cryptol/cryptol/output/./tests/issues/issue212.icry.stdout \
     /home/runner/work/cryptol/cryptol/tests/issues/issue212.icry.stdout

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