type t = string; let getBaseName: t => string; let isTerminal: t => bool; let isJumper: t => bool; let isBus: t => bool; let isFromBus: t => bool; let isToBus: t => bool;