Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
clarus committed Oct 2, 2024
1 parent b801f78 commit e1c7503
Show file tree
Hide file tree
Showing 81 changed files with 6,507 additions and 7,288 deletions.
50 changes: 24 additions & 26 deletions CoqOfRust/alloc/borrow.json
Original file line number Diff line number Diff line change
Expand Up @@ -828,39 +828,37 @@
{
"name": "Borrowed",
"item": {
"Tuple": {
"tys": [
{
"type": "Application",
"func": {
"type": "Path",
"path": [
"&"
]
},
"consts": [],
"tys": [
{
"type": "Var",
"name": "B"
}
"type": "Tuple",
"tys": [
{
"type": "Application",
"func": {
"type": "Path",
"path": [
"&"
]
}
]
}
},
"consts": [],
"tys": [
{
"type": "Var",
"name": "B"
}
]
}
]
},
"discriminant": null
},
{
"name": "Owned",
"item": {
"Tuple": {
"tys": [
{
"type": "Associated"
}
]
}
"type": "Tuple",
"tys": [
{
"type": "Associated"
}
]
},
"discriminant": null
}
Expand Down
126 changes: 62 additions & 64 deletions CoqOfRust/alloc/collections/btree/map/entry.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,78 +38,76 @@
{
"name": "Vacant",
"item": {
"Tuple": {
"tys": [
{
"type": "Application",
"func": {
"type": "Path",
"path": [
"alloc",
"collections",
"btree",
"map",
"entry",
"VacantEntry"
]
},
"consts": [],
"tys": [
{
"type": "Var",
"name": "K"
},
{
"type": "Var",
"name": "V"
},
{
"type": "Var",
"name": "A"
}
"type": "Tuple",
"tys": [
{
"type": "Application",
"func": {
"type": "Path",
"path": [
"alloc",
"collections",
"btree",
"map",
"entry",
"VacantEntry"
]
}
]
}
},
"consts": [],
"tys": [
{
"type": "Var",
"name": "K"
},
{
"type": "Var",
"name": "V"
},
{
"type": "Var",
"name": "A"
}
]
}
]
},
"discriminant": null
},
{
"name": "Occupied",
"item": {
"Tuple": {
"tys": [
{
"type": "Application",
"func": {
"type": "Path",
"path": [
"alloc",
"collections",
"btree",
"map",
"entry",
"OccupiedEntry"
]
},
"consts": [],
"tys": [
{
"type": "Var",
"name": "K"
},
{
"type": "Var",
"name": "V"
},
{
"type": "Var",
"name": "A"
}
"type": "Tuple",
"tys": [
{
"type": "Application",
"func": {
"type": "Path",
"path": [
"alloc",
"collections",
"btree",
"map",
"entry",
"OccupiedEntry"
]
}
]
}
},
"consts": [],
"tys": [
{
"type": "Var",
"name": "K"
},
{
"type": "Var",
"name": "V"
},
{
"type": "Var",
"name": "A"
}
]
}
]
},
"discriminant": null
}
Expand Down
26 changes: 12 additions & 14 deletions CoqOfRust/alloc/collections/btree/merge_iter.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,26 +94,24 @@
{
"name": "A",
"item": {
"Tuple": {
"tys": [
{
"type": "Associated"
}
]
}
"type": "Tuple",
"tys": [
{
"type": "Associated"
}
]
},
"discriminant": null
},
{
"name": "B",
"item": {
"Tuple": {
"tys": [
{
"type": "Associated"
}
]
}
"type": "Tuple",
"tys": [
{
"type": "Associated"
}
]
},
"discriminant": null
}
Expand Down
Loading

0 comments on commit e1c7503

Please sign in to comment.