fix CwF to be lagda

This commit is contained in:
Rachel Lambda Samuelsson 2022-10-09 01:11:34 +02:00
parent 8e1cc0e551
commit 4965c316c9

View File

@ -1,3 +1,7 @@
module CwF where
```
open import public CwF.Base
open import public CwF.Base
module CwF where
```
This module just re-exports `CwF.Base`.