mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-12-19 09:12:34 +03:00
7c5650e94e
* Allow functions to be marked for foreign export This relies on the backend knowing what to do with such things, but the general idea is to mark them with '%export "backend:exportedname"' then 'getCompileDataWith', given a back end, will search for every function that needs to be exported, as well as every function starting from the expression to be compiled. This will allow Idris functions to be called from other languages, where a backend supports it. This is hard to set up a test case for, for the moment, since no backends actually do anything with it. So consider it a bit of a placeholder for now. * Add missing clause to Eq FnOpt Thanks to @buzden |
||
---|---|---|
.. | ||
Reflection | ||
Reflection.idr |