Coq 8.7 integrates the popular Ssreflect library. Its libraries can hence be imported in the following manner:
From Coq Require Import ssreflect ssrfun ssrbool.
However, when I try to import ssrnat
it complains that it's Unable to locate library ssrnat with prefix Coq
, and I cannot find ssrnat in the Coq distribution on disk either. Was ssrnat
deliberately not included for some reason, or folder into another module, or is there just something wrong with my installation?