Library Ltac2.Meta


Require Import Ltac2.Init.

Ltac2 Type t := meta.

Ltac2 @ external equal : t -> t -> bool := "coq-core.plugins.ltac2" "meta_equal".