lean4-htt/library/init/native/builtin.lean
Jared Roesch e65d90ac79 feat(*): C++ code generator
in progress move of Lean.native to init
2016-12-05 16:11:41 -08:00

14 lines
352 B
Text

/-
Copyright (c) 2016 Jared Roesch. All rights reserved.
Released under Apache 2.0 license as described in the file LICENSE.
Authors: Jared Roesch
-/
prelude
import init.meta.name
inductive builtin
| cfun : name → nat → builtin
| cases : name → nat → builtin
| vm : name → builtin
meta constant native.get_builtin : name → option builtin