mirror of
https://github.com/GaloisInc/cryptol.git
synced 2024-12-14 08:43:06 +03:00
6 lines
116 B
Plaintext
6 lines
116 B
Plaintext
let z = { a = 0x08, a = "asdf" }
|
|
|
|
let g (x: { b : [8], b : String 4 }) = x.b
|
|
|
|
let h { c = v, c = u } = zero#v == u
|