Update .stdout.mingw32 and .stdout.darwin files

This commit is contained in:
Ryan Scott 2024-02-01 20:39:51 -05:00
parent f825abd2e1
commit a9e35fe004
4 changed files with 12 additions and 3 deletions

View File

@ -4,7 +4,7 @@ Loading module Main
Loading dynamic library ffi-runtime-errors.dylib
numeric type argument to foreign function is too large: 18446744073709551616
in type parameter n`899 of function Main::f
in type parameter n`902 of function Main::f
type arguments must fit in a C `size_t`
-- Backtrace --
Main::f called at ffi-runtime-errors.icry:4:1--4:2

View File

@ -4,7 +4,7 @@ Loading module Main
Loading dynamic library ffi-runtime-errors.dll
numeric type argument to foreign function is too large: 18446744073709551616
in type parameter n`899 of function Main::f
in type parameter n`902 of function Main::f
type arguments must fit in a C `size_t`
-- Backtrace --
Main::f called at ffi-runtime-errors.icry:4:1--4:2

View File

@ -95,6 +95,15 @@ Primitive Types
Z : # -> *
Zero : * -> Prop
Nominal Types
=============
From Cryptol
------------
enum Option a
enum Result t e
Symbols
=======

View File

@ -5,5 +5,5 @@ Loading module T16::B
[error] at T16\B.cry:5:5--5:11
Multiple definitions for symbol: update
(at Cryptol:909:11--909:17, update)
(at Cryptol:928:11--928:17, update)
(at .\T16\A.cry:3:1--3:7, T16::A::update)