mirror of
https://github.com/GaloisInc/cryptol.git
synced 2024-12-14 08:43:06 +03:00
21 lines
303 B
Plaintext
21 lines
303 B
Plaintext
Loading module Cryptol
|
|
Loading module Array
|
|
Primitive Types
|
|
===============
|
|
|
|
Public
|
|
------
|
|
|
|
Array : * -> * -> *
|
|
|
|
Symbols
|
|
=======
|
|
|
|
Public
|
|
------
|
|
|
|
arrayConstant : {a, b} b -> Array a b
|
|
arrayLookup : {a, b} Array a b -> a -> b
|
|
arrayUpdate : {a, b} Array a b -> a -> b -> Array a b
|
|
|