22 lines
732 B
C++
22 lines
732 B
C++
|
/*
|
||
|
Copyright (c) 2013 Microsoft Corporation. All rights reserved.
|
||
|
Released under Apache 2.0 license as described in the file LICENSE.
|
||
|
*/
|
||
|
// Automatically generated file, DO NOT EDIT
|
||
|
#include "kernel/environment.h"
|
||
|
#include "kernel/decl_macros.h"
|
||
|
namespace lean {
|
||
|
MK_CONSTANT(heq_fn, name("heq"));
|
||
|
MK_CONSTANT(heq_eq_fn, name("heq_eq"));
|
||
|
MK_CONSTANT(to_eq_fn, name("to_eq"));
|
||
|
MK_CONSTANT(to_heq_fn, name("to_heq"));
|
||
|
MK_CONSTANT(hrefl_fn, name("hrefl"));
|
||
|
MK_CONSTANT(hsymm_fn, name("hsymm"));
|
||
|
MK_CONSTANT(htrans_fn, name("htrans"));
|
||
|
MK_CONSTANT(hcongr_fn, name("hcongr"));
|
||
|
MK_CONSTANT(TypeM, name("TypeM"));
|
||
|
MK_CONSTANT(hfunext_fn, name("hfunext"));
|
||
|
MK_CONSTANT(hpiext_fn, name("hpiext"));
|
||
|
MK_CONSTANT(hallext_fn, name("hallext"));
|
||
|
}
|