Skip to content

Commit

Permalink
Integrate indifferent elimination into the ADT-to-TikZ experiment
Browse files Browse the repository at this point in the history
  • Loading branch information
ibbem committed Sep 26, 2024
1 parent 36ac3a3 commit 06f55e3
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/Vatras/Test/Experiments/ADT-to-TikZ-Forest.agda
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ open import Vatras.Lang.CCC as CCC using (CCC)
open import Vatras.Lang.2CC using (2CC)
open import Vatras.Lang.ADT
open import Vatras.Translation.LanguageMap
open import Vatras.Translation.Lang.2CC.Indifferent String String._≟_ using (eliminate-indifferent)

open import Vatras.Test.Experiment
open import Vatras.Show.Lines
Expand Down Expand Up @@ -50,8 +51,11 @@ CCC-to-ADT ccc = adt
bcc : STR2CC
bcc = proj₁ (2CC≽CCC ccc)

bcc' : STR2CC
bcc' = eliminate-indifferent bcc

adt : STRADT
adt = proj₁ (ADT≽2CC bcc)
adt = proj₁ (ADT≽2CC bcc')

tikz-export-experiment : Experiment STRCCC
getName tikz-export-experiment = "Tikz-Export"
Expand Down

0 comments on commit 06f55e3

Please sign in to comment.