1
0
forked from GitHub/gf-core

added categoryProb, functionProb, functionIsConstructor

This commit is contained in:
krangelov
2021-08-12 11:10:27 +02:00
parent 72993a178a
commit 0ece508716
7 changed files with 110 additions and 19 deletions

View File

@@ -2,10 +2,10 @@ abstract basic = {
cat N; S ;
fun z : N ;
s : N -> N ;
data z : N ;
s : N -> N ;
fun c : N -> S ;
data c : N -> S ;
cat P N ;
fun ind : P z -> ((x:N) -> P x -> P (s x)) -> ((x : N) -> P x) ;