This repository contains various versions of the semantics of the untyped lambda calculus plus extensions for the verse programming language.
verse/syntax.v
verse/icfp.v
stepverse/densem.v -- just sets values, no order stepverse/densemLabeledResult.v -- sets of labeled results
graphverse/definitions.v
graphverse/congruence_theory.v
graphverse/valid_theory.v
graphverse/denot.v
graphverse/consistency.v
graphverse/continuity.v
graphverse/subst.v
graphverse/theory.v
lc/lc_inf.v lc/lc_ott.v lc/tactics.v lc/scoped.v
simple/model.v
structures/Comp.v structures/Env.v structures/List.v structures/Sets.v structures/Monad.v structures/Option.v structures/FSet.v structures/NFSet.v structures/Structures.v structures/consistency.v verse/axioms.v -- from autosubst verse/fintype.v -- from autosubst, with extensions
denot/properties.v denot/list_properties.v denot/nelist_properties.v