package coq
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
Formal proof management system
Install
dune-project
Dependency
Authors
Maintainers
Sources
coq-8.14.1.tar.gz
sha256=3cbfc1e1a72b16d4744f5b64ede59586071e31d9c11c811a0372060727bfd9c3
doc/coq-core.clib/Predicate/Make/index.html
Module Predicate.MakeSource
The Make functor constructs an implementation for any OrderedType.
Parameters
module Ord : OrderedTypeSignature
The type of sets.
add x s returns a set containing all elements of s, plus x. If x was already in s, then s is returned unchanged.
remove x s returns a set containing all elements of s, except x. If x was not in s, then s is returned unchanged.
equal s1 s2 tests whether the sets s1 and s2 are equal, that is, contain equal elements.
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page