mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-12-15 14:23:32 +03:00
aa107a9754
* Implemented %noinline * Removed trailing spaces. * Added missing case in Reify FnOpt * Added error message when both %inline and %noinline are set. * Added test. * Changed from perror to error
4 lines
45 B
Idris
4 lines
45 B
Idris
%inline %noinline
|
|
foo : Int -> Int
|
|
foo x = x
|