package mopsa
 sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >
  
  
  MOPSA: A Modular and Open Platform for Static Analysis using Abstract Interpretation
Install
    
    dune-project
 Dependency
Authors
Maintainers
Sources
  
    
      mopsa-analyzer-v1.1.tar.gz
    
    
        
    
  
  
  
    
  
  
    
  
        md5=fdee20e988343751de440b4f6b67c0f4
    
    
  sha512=f5cbf1328785d3f5ce40155dada2d95e5de5cce4f084ea30cfb04d1ab10cc9403a26cfb3fa55d0f9da72244482130fdb89c286a9aed0d640bba46b7c00e09500
    
    
  doc/utils_core/Utils_core/Compare/index.html
Module Utils_core.CompareSource
Lift comparison to composed data-structure (pairs, lists, etc.).
compose cl applies a list of comparison functions cl in sequence and stops when encountering the first non-zero result.
list p lifts the 'a compare function p to 'a list
pair p lifts the 'a compare function p, 'b compare function q to 'a * 'b
Source
val triple : 
  ('a -> 'a -> int) ->
  ('b -> 'b -> int) ->
  ('c -> 'c -> int) ->
  ('a * 'b * 'c) ->
  ('a * 'b * 'c) ->
  inttriple p lifts the 'a compare function p, 'b compare function q, 'c compare function r to 'a * 'b * 'c
Source
val quadruple : 
  ('a -> 'a -> int) ->
  ('b -> 'b -> int) ->
  ('c -> 'c -> int) ->
  ('d -> 'd -> int) ->
  ('a * 'b * 'c * 'd) ->
  ('a * 'b * 'c * 'd) ->
  intoption p lifts p: 'a -> 'a -> int to 'a option -> 'a option -> int
 sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >