Skip to content

Commit

Permalink
Fix cyclic module dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
stschaef committed Jan 10, 2025
1 parent 929a8a4 commit 939b216
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/cubical/Grammar/Equalizer.agda
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ open import Grammar.Base Alphabet
open import Grammar.LinearProduct Alphabet
open import Grammar.Epsilon Alphabet
open import Grammar.Inductive.Indexed Alphabet hiding (k)
open import Grammar.Dependent Alphabet
open import Grammar.Dependent.Base Alphabet

open import Term.Base Alphabet
open import Term.Bilinear Alphabet
Expand Down

0 comments on commit 939b216

Please sign in to comment.