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
papers
Commits
f2f3da93
Commit
f2f3da93
authored
Feb 24, 2021
by
Nuria Brede
Browse files
Initial.
parent
538b91b1
Changes
1
Hide whitespace changes
Inline
Side-by-side
2021.On the Correctness of Monadic Backward Induction/paper/Sigma/Sigma.lidr
0 → 100644
View file @
f2f3da93
> %default total
> %auto_implicits off
> %access public export
> data Sigma : (A : Type) -> (P : A -> Type) -> Type where
> MkSigma : {A : Type} -> .{P : A -> Type} -> (x : A) -> (pf : P x) -> Sigma A P
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