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.14.0.tar.gz
    
    
        
    
  
  
  
    
  
        sha256=b1501d686c21836302191ae30f610cca57fb309214c126518ca009363ad2cd3c
    
    
  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 a
- x>>=return=- x
As well as the following identities:
- x >> y=- x >>= fun () -> y
- map f x=- x >>= fun x' -> f x'
 sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >