Skip to content

Commit

Permalink
feat: hints at exporting ADT tikz from OOPSLA talk
Browse files Browse the repository at this point in the history
  • Loading branch information
pmbittner committed Nov 28, 2024
1 parent ee87406 commit 53b8b18
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions src/Vatras/Main.agda
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ open import Vatras.Show.Lines hiding (map)
open import Vatras.Show.Print

open import Vatras.Test.Example using (Example)
open import Vatras.Test.Experiment using (Experiment; ExperimentSetup; setup; run-setup)
open import Vatras.Test.Experiment using (Experiment; ExperimentSetup; setup; run-setup; run-experiment-plain)

open import Vatras.Lang.CCC using (CCC)
open import Vatras.Lang.OC using (WFOC)

open import Vatras.Test.Examples.CCC using (cccex-all)
open import Vatras.Test.Examples.CCC using (cccex-all; talk-sandwich)
open import Vatras.Test.Examples.OC using (optex-all)

open import Vatras.Test.Experiments.CCC-to-2CC
Expand All @@ -27,6 +27,7 @@ open import Vatras.Test.Experiments.OC-to-2CC
import Vatras.Test.Experiments.FST-Experiments as FSTs
open FSTs.Java.Calculator using (toy-calculator-experiment; ex-all)
open import Vatras.Test.Experiments.RoundTrip as RoundTrip using (round-trip)
open import Vatras.Test.Experiments.ADT-to-TikZ-Forest

{-|
A list of programs that we want to run.
Expand Down Expand Up @@ -54,6 +55,12 @@ main_lines = do
> "... but now on to the demo."
linebreak
linebreak
{-
Uncomment the following line, if you want to export the tikz code
of the sandwich ADT from our OOPSLA'24 talk,
which we used to highlight the combinatorial explosion problem.
-}
-- run-experiment-plain tikz-export-experiment talk-sandwich
overwrite-alignment-with
Center
(lines (map run-setup experimentsToRun))
Expand Down

0 comments on commit 53b8b18

Please sign in to comment.