We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9fc9cc commit 4ca84d0Copy full SHA for 4ca84d0
memory/README.md
@@ -218,15 +218,6 @@ datum {
218
source JSON "Source for this JSON"
219
}
220
221
-maybe_datum {
222
- this U
223
- source U
224
-}
225
-
226
-null_datum {
227
- this NULL PK "Represents undefined"
228
- source NULL "Null is used to represent undefined JSON"
229
230
231
fact {
232
this TEXT PK "Merkle reference for { the, of, is, cause }"
@@ -244,9 +235,7 @@ memory {
244
235
245
236
246
237
247
-fact }|--|| maybe_datum: is-this
238
+fact }|--|| datum: is-this
248
239
fact ||--|| fact: cause-this
249
240
memory ||--|| fact: fact-this
250
-datum ||--|| maybe_datum: union
251
-null_datum ||--|| maybe_datum: union
252
241
```
0 commit comments