5 lines
120 B
Text
5 lines
120 B
Text
set_option trace.Compiler.saveBase true
|
|
def test : BaseIO UInt32 := do
|
|
let ref ← IO.mkRef 42
|
|
ref.set 10
|
|
ref.get
|