Skip to content

Commit

Permalink
Fix broken imports and module names
Browse files Browse the repository at this point in the history
Probably all of these issues where caused by file renamings and similar
refactorings.
  • Loading branch information
ibbem committed Nov 14, 2023
1 parent 45addec commit 0ed446b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/Framework/Relation/Syntactic.lagda.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
```agda
{-# OPTIONS --sized-types #-}
module Relations.Syntactic where
module Framework.Relation.Syntactic where
```

# Syntactic Relations of Variability Languages
Expand Down
4 changes: 2 additions & 2 deletions src/Translation/LanguageMap.lagda.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ open import Lang.BCC
### Properties and Relations

```agda
open import Framework.Relation.Expressiveness
open import Framework.Properties.Completeness
open import Framework.Properties.Conclude.Completeness
open import Relations.Semantic
open import Framework.Proof.Completeness
```

### Translations
Expand Down

0 comments on commit 0ed446b

Please sign in to comment.