2014-03-12 28 views

回答

6

打開有問題的模塊。例如:

open import Algebra 
open import Data.Nat.Properties 

open CommutativeSemiring commutativeSemiring 

-- now you can use *-assoc, *-comm, etc. 

如果您想瀏覽一個模塊的內容,請嘗試C-C C-O鍵的組合,由於循環開啓和再出口的代數結構使得它很難看到有什麼可用。