Proof-Search Friendly Non-Equality Proofs

This commit is contained in:
Nathan McCarty 2025-07-05 23:53:41 -04:00
parent 99b7ca322e
commit 106d46cc3c
4 changed files with 85 additions and 1 deletions

16
db/posts/8.json Normal file
View file

@ -0,0 +1,16 @@
{
"edited-at": [
],
"hidden": false,
"idris": true,
"ipkg": "/home/nathan/Projects/Blog/projects/Idris/Idris.ipkg",
"posted-at": "2025-07-05T22:48:03.372522-04:00",
"slugs": [
],
"source": "/home/nathan/Projects/Blog/projects/Idris/src/TipsAndTricks/ProofSearchAndNonEquality.md",
"special": false,
"tags": [
"idris",
"tip"
]
}

View file

@ -1,7 +1,8 @@
{
"desc": "Introductions to the building blocks of dependently typed programs.</p><p>The posts in this series are 'living posts', they will be referenced as library modules by future posts, and will be updated as needs change.",
"post-ids": [
7
7,
8
],
"title": "Dependent Nuggets"
}