type.mx raw

   1  package abi
   2  
   3  type Type struct {
   4  	// Intentionally left empty. Moxie uses a different way to represent types,
   5  	// so this is unimplementable. The type definition here is purely for
   6  	// compatibility.
   7  }
   8