From 457a5f563649eab95350b0df819dfec2d6a67221 Mon Sep 17 00:00:00 2001 From: Aina Niemetz Date: Fri, 25 Mar 2022 16:33:17 -0700 Subject: [PATCH] api: More comprehensive documentation of INTERNAL_KIND. (#8400) --- src/api/cpp/cvc5_kind.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/api/cpp/cvc5_kind.h b/src/api/cpp/cvc5_kind.h index 9beca24ae..598b65b6c 100644 --- a/src/api/cpp/cvc5_kind.h +++ b/src/api/cpp/cvc5_kind.h @@ -45,6 +45,10 @@ enum Kind : int32_t /** * Internal kind. * + * This kind serves as an abstraction for internal kinds that are not exposed + * via the API but may appear in terms returned by API functions, e.g., + * when querying the simplified form of a term. + * * @note Should never be created via the API. */ INTERNAL_KIND = -2, -- 2.30.2