mirror of
https://github.com/GaloisInc/cryptol.git
synced 2024-12-15 10:46:37 +03:00
10 lines
77 B
Plaintext
10 lines
77 B
Plaintext
module T11::Main where
|
|
|
|
import `T11::A as X
|
|
|
|
|
|
f : X::T 1 2 -> [1]
|
|
f = X::f
|
|
|
|
|