Idris2/tests/chez/chez031/expected

34 lines
1.2 KiB
Plaintext
Raw Normal View History

Error: The given specifier was not accepted by any backend. Available backends:
2020-09-13 01:51:01 +03:00
chez, racket, node, javascript, gambit
Some backends have additional specifier rules, refer to their documentation.
Specifiers.idr:29:1--34:5
29 | %foreign "scheme,racket:+"
30 | plusRacketFail : Int -> Int -> Int
2020-09-13 01:51:01 +03:00
31 |
32 | -- We don't actually do any printing this is just to use the specifiers so the
33 | -- failures are exposed.
34 | main : IO ()
Error: The given specifier was not accepted by any backend. Available backends:
chez, racket, node, javascript, gambit
Some backends have additional specifier rules, refer to their documentation.
Specifiers.idr:29:1--34:5
2020-09-13 01:51:01 +03:00
Main> Loaded file Specifiers.idr
Specifiers> Error: The given specifier was not accepted by any backend. Available backends:
chez, racket, node, javascript, gambit
Some backends have additional specifier rules, refer to their documentation.
Specifiers.idr:29:1--34:5
2020-09-13 01:51:01 +03:00
Specifiers> [exec] Specifiers> Error: The given specifier was not accepted by any backend. Available backends:
chez, racket, node, javascript, gambit
Some backends have additional specifier rules, refer to their documentation.
Specifiers.idr:29:1--34:5
2020-09-13 01:51:01 +03:00
[exec] Specifiers>
Bye for now!