[Agda] How to typecheck "How to keep your Neighbours in Order" in the latest version of Agda

effectfully effectfully at gmail.com
Sat Oct 24 01:01:31 CEST 2015


You can explicitly write

record One : Set where
  constructor it

instance
  One-Instance : One
  One-Instance = it


More information about the Agda mailing list