Module Interpret.RegisterSource

Sourcetype t = string
Sourcetype content =
  1. | Seq of string
  2. | Line of string
Sourceval compare_content : content -> content -> int