unison/unison-src/transcripts/names.md

368 B

Example uses of the names command and output

.> alias.type ##Int .builtins.Int
type IntTriple = IntTriple (Int, Int, Int)
intTriple = IntTriple(+1, +1, +1)
.> add
.> alias.type IntTriple namespc.another.TripleInt
.> alias.term intTriple namespc.another.tripleInt
.> names IntTriple
.> names intTriple