Library Ltac2.Float


Require Import Ltac2.Init.

Ltac2 Type t := float.

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