package coq-core
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
The Coq Proof Assistant -- Core Binaries and Tools
Install
dune-project
Dependency
Authors
Maintainers
Sources
coq-8.17.1.tar.gz
sha512=9a35311acec2a806730b94ac7dceabc88837f235c52a14c026827d9b89433bd7fa9555a9fc6829aa49edfedb24c8bbaf1411ebf463b74a50aeb17cba47745b6b
doc/coq-core.lib/Util/List/Smart/index.html
Module List.SmartSource
When returning a list of same type as the input, maximally shares the suffix of the output which is physically equal to the corresponding suffix of the input
Like List.map but sharing with the input the longest suffix of the output which is physically the same as the input; in particular, Smart.map f l == l (physically) if f a == a (physically) for all members of the list
Idem for the second argument of List.fold_left_map f e l relatively to the second argument of f
Idem for the first argument of List.fold_right_map f l e relatively to the second argument of f
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>