mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-12-19 09:12:34 +03:00
11 lines
156 B
Idris
11 lines
156 B
Idris
|
|
import Language.Reflection
|
|
|
|
%default total
|
|
%language ElabReflection
|
|
|
|
export infix 6 `op`
|
|
|
|
%runElab logSugaredTerm "debug" 0 "term with infix" `(a `op` b)
|
|
|