Move Bool to live on its own (#118)

This commit is contained in:
Patrick Stevens
2020-04-18 17:14:39 +01:00
committed by GitHub
parent 264a5e2bd9
commit 84a146f72c
30 changed files with 270 additions and 123 deletions

View File

@@ -4,6 +4,7 @@ open import LogicalFormulae
open import Functions
open import Lists.Definition
open import Lists.Monad
open import Boolean.Definition
module Lists.Filter.AllTrue where