Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Nicola Botta
IdrisLibs2
Commits
ab915621
Commit
ab915621
authored
Dec 21, 2020
by
Nicola Botta
Browse files
Initial.
parent
1248c4ed
Changes
1
Show whitespace changes
Inline
Side-by-side
Exists/Operations.lidr
0 → 100644
View file @
ab915621
> module Exists.Operations
> import Pairs.Operations
> %default total
> %access public export
> |||
> outl : {A : Type} -> {P : A -> Type} -> Exists {a = A} P -> A
> outl = getWitness
> |||
> outr : {A : Type} -> {P : A -> Type} -> (s : Exists {a = A} P) -> P (outl s)
> outr = getProof
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment