How do you view computed items when creating UCM transcripts?
Given the following transcript: “`ucm:hide .> pull https://github.com/unisonweb/base:v3:.releases._latest .base “` “`unison foo = List.map (x -> x * 2) [1,2,3] “` “`ucm .> add foo .> view foo “` When this is executed, I get the following output: “`unison foo = List.map (x -> x * 2) [1,2,3] “` “`ucm I found and typechecked these… Read More How do you view computed items when creating UCM transcripts?