mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-12-20 18:21:47 +03:00
62586627d8
This is an update of PR #540, thanks to @lodi
10 lines
218 B
Plaintext
10 lines
218 B
Plaintext
1/1: Building ThreadData (ThreadData.idr)
|
|
Main> parent data initialized to: 13
|
|
parent data now: "hello"
|
|
child data: "hello"
|
|
child data now: 17
|
|
parent data still: "hello"
|
|
child exiting
|
|
parent exiting
|
|
Main> Bye for now!
|