我目前正在通过cabal install idris
. 响应输出:
Redirecting build log to {handle:/home/me/.cabal/logs/idris-0.9.14.3.log}
我决定使用tail -f /home/me/.cabal/logs/idris-0.9.14.3.log
.
虽然大部分输出是有意义的,但大致如下:
Simplifier:
Result size of Simplifier iteration=1
= {terms: 77,520, types: 104,583, coercions: 37,209}
Result size of Simplifier iteration=2
= {terms: 59,582, types: 78,325, coercions: 18,371}
有很多行只包含
*** CPSZ:
因此,纯粹出于好奇,我想知道“ *** CPSZ:
”代表什么。