Packages

Erlang code generator for Idris 2

Current section

Files

Jump to
idris2 src Idris.Idris2.Core.Core.Core.erl
Raw

src/Idris.Idris2.Core.Core.Core.erl

-module('Idris.Idris2.Core.Core.Core').
-compile('no_auto_import').
-compile('inline').
-compile({'inline_size',24}).
-export([
'un--runCore'/2
]).
'un--runCore'(V0, V1) -> V1.