crosslang/octive-lean/OctiveLean.lean
Maximus Gorog 6592cd058d Add 'octive-lean/' from commit '4b6fcec565a170d7029d4ccba21be2ecd0512d13'
git-subtree-dir: octive-lean
git-subtree-mainline: fd3d42ae33
git-subtree-split: 4b6fcec565
2026-05-12 02:59:14 -06:00

25 lines
684 B
Text

import OctiveLean.Error
import OctiveLean.AST
import OctiveLean.Value
import OctiveLean.Env
import OctiveLean.Lexer
import OctiveLean.Parser
import OctiveLean.Eval
import OctiveLean.Builtins
import OctiveLean.REPL
import OctiveLean.PureEval
import OctiveLean.BigStep
import OctiveLean.ValueEquiv
import OctiveLean.PlotData
import OctiveLean.PlotSVG
import OctiveLean.PlotWidget
import OctiveLean.PlotBuiltins
import OctiveLean.DSL
import OctiveLean.Corpus
import OctiveLean.Core.Syntax
import OctiveLean.Core.Semantics
import OctiveLean.Core.Determinism
import OctiveLean.Core.Eval
import OctiveLean.Core.Types
import OctiveLean.Core.TypeSoundness
import OctiveLean.Core.Preservation