#
# This represents execution frequency.
#
# -- Allen Leung
# Compiled by:
#
src/lib/compiler/back/low/lib/lib.libapi Freq {
Freq = Int;
include api Int # Int is from
src/lib/std/src/int.api where Int == Freq;
};