DEBSOURCES
Skip Quicknav
sources / mlton / 20210117%2Bdfsg-3 / lib / mlrisc-lib / MLRISC / library / freq.sig
1234567891011
(* * This represents execution frequency. * * -- Allen *) signature FREQ = sig type freq = int include INTEGER where type int = freq end