package coq
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
Formal proof management system
Install
dune-project
Dependency
Authors
Maintainers
Sources
coq-8.16.0.tar.gz
sha256=36577b55f4a4b1c64682c387de7abea932d0fd42fc0cd5406927dca344f53587
doc/coq-core.clib/Monad/Make/argument-1-M/index.html
Parameter Make.M
val return : 'a -> 'a tThe monadic laws must hold:
(x>>=f)>>=g=x>>=fun x' -> (f x'>>=g)return a >>= f=f ax>>=return=x
As well as the following identities:
x >> y=x >>= fun () -> ymap f x=x >>= fun x' -> f x'
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>