package fix

  1. Overview
  2. Docs

Module type Fix.SOLVERSource

type variable
type property
type valuation = variable -> property
type rhs = valuation -> property
type equations = variable -> rhs
val lfp : equations -> valuation