9 lines
102 B
Text
9 lines
102 B
Text
--
|
|
|
|
namespace Foo
|
|
|
|
def f (x : Nat) : Nat := x + 1
|
|
|
|
@[implementedBy f] opaque g : Nat → Nat
|
|
|
|
end Foo
|