debug.km 159 B

12345678
  1. ## Debugging Functions
  2. /// trace(v) writes the description of v into stderr and returns it back.
  3. export function trace:[T]
  4. &(T) => T
  5. native 'trace';