mirror of
https://github.com/GaloisInc/cryptol.git
synced 2024-11-09 17:15:06 +03:00
Update .stdout.mingw32 and .stdout.darwin files
This commit is contained in:
parent
f825abd2e1
commit
a9e35fe004
@ -4,7 +4,7 @@ Loading module Main
|
|||||||
Loading dynamic library ffi-runtime-errors.dylib
|
Loading dynamic library ffi-runtime-errors.dylib
|
||||||
|
|
||||||
numeric type argument to foreign function is too large: 18446744073709551616
|
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`
|
type arguments must fit in a C `size_t`
|
||||||
-- Backtrace --
|
-- Backtrace --
|
||||||
Main::f called at ffi-runtime-errors.icry:4:1--4:2
|
Main::f called at ffi-runtime-errors.icry:4:1--4:2
|
||||||
|
@ -4,7 +4,7 @@ Loading module Main
|
|||||||
Loading dynamic library ffi-runtime-errors.dll
|
Loading dynamic library ffi-runtime-errors.dll
|
||||||
|
|
||||||
numeric type argument to foreign function is too large: 18446744073709551616
|
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`
|
type arguments must fit in a C `size_t`
|
||||||
-- Backtrace --
|
-- Backtrace --
|
||||||
Main::f called at ffi-runtime-errors.icry:4:1--4:2
|
Main::f called at ffi-runtime-errors.icry:4:1--4:2
|
||||||
|
@ -95,6 +95,15 @@ Primitive Types
|
|||||||
Z : # -> *
|
Z : # -> *
|
||||||
Zero : * -> Prop
|
Zero : * -> Prop
|
||||||
|
|
||||||
|
Nominal Types
|
||||||
|
=============
|
||||||
|
|
||||||
|
From Cryptol
|
||||||
|
------------
|
||||||
|
|
||||||
|
enum Option a
|
||||||
|
enum Result t e
|
||||||
|
|
||||||
Symbols
|
Symbols
|
||||||
=======
|
=======
|
||||||
|
|
||||||
|
@ -5,5 +5,5 @@ Loading module T16::B
|
|||||||
|
|
||||||
[error] at T16\B.cry:5:5--5:11
|
[error] at T16\B.cry:5:5--5:11
|
||||||
Multiple definitions for symbol: update
|
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)
|
(at .\T16\A.cry:3:1--3:7, T16::A::update)
|
||||||
|
Loading…
Reference in New Issue
Block a user