mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-11-23 22:22:07 +03:00
2482ebb432
* [ lazy ] Weakly memoise lazy expressions on chez and racket * [ lazy ] Make weak memoisation to be controlled by codegen directive
22 lines
227 B
Plaintext
22 lines
227 B
Plaintext
String
|
|
Hello Foo!
|
|
Hello Bar!
|
|
Hello Idris!
|
|
Hello World!
|
|
This line is printed
|
|
This line is also printed
|
|
#1
|
|
#2
|
|
#3
|
|
----
|
|
String
|
|
Hello Foo!
|
|
Hello Bar!
|
|
Hello Idris!
|
|
Hello World!
|
|
This line is printed
|
|
This line is also printed
|
|
#1
|
|
#2
|
|
#3
|