mirror of
https://github.com/idris-lang/Idris2.git
synced 2025-01-05 15:08:00 +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
%noinline %inline
|
|
foo : Int -> Int
|
|
foo x = x
|