Created
October 9, 2020 22:18
-
-
Save okram/67517ce426ed22677b3a2af798f28252 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
mmlang> 1 | |
==>1 | |
mmlang> 1-<(_;_) | |
==>(1;1) | |
mmlang> 1-<(_;_)=(vertex;vertex) | |
==>(vertex:('id'->nat:1);vertex:('id'->nat:1)) | |
mmlang> 1-<(_;_)=(vertex;vertex)=>edge | |
==>edge:('outV'->vertex:('id'->nat:1),'inV'->vertex:('id'->nat:1)) | |
mmlang> | |
mmlang> | |
mmlang> 1-<(_;_)=>edge | |
==>edge:('outV'->vertex:('id'->nat:1),'inV'->vertex:('id'->nat:1)) | |
mmlang> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment