Rem unused files (#5)

This commit is contained in:
Patrick Stevens
2019-01-06 19:30:05 +00:00
committed by GitHub
parent b2eea7e8e6
commit 7f8fc1b271
2 changed files with 0 additions and 22 deletions

View File

@@ -1,7 +0,0 @@
open import LogicalFormulae
open import Naturals
module Scratch where
lem : {P Q : Set} (P || (P False)) (P && Q False) Q P
lem {P} {Q} (inl x) pr q = exFalso (pr (record { fst = x ; snd = q }))
lem {P} {Q} (inr notP) pr q = {!!}

View File

@@ -1,15 +0,0 @@
{-# OPTIONS --safe --warning=error #-}
open import LogicalFormulae
open import Naturals
open import Groups
open import Rings
open import Integers
module TempIntegers where
t : {a b : } (negSucc a *Z negSucc b) nonneg 0 False
t {a} {b} pr with convertZ (negSucc a)
t {a} {b} () | negative a₁ x
t {a} {b} () | positive a₁ x
t {a} {b} () | zZero