mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-12-15 14:23:32 +03:00
c28133b7d9
- Renaming of the string overload interface - Added test cases for both string and integer literals overload
7 lines
62 B
Plaintext
7 lines
62 B
Plaintext
test1
|
|
test2
|
|
the Bool "True"
|
|
the Bool "False"
|
|
the Bool "42"
|
|
:q
|