forked from GitHub/gf-rgl
17 lines
260 B
Plaintext
Executable File
17 lines
260 B
Plaintext
Executable File
--# -path=.:../prelude:../abstract:../common
|
|
|
|
concrete CompatibilityCgg of Compatibility = CatCgg **
|
|
open Prelude, ResCgg in {
|
|
|
|
|
|
{-
|
|
abstract Compatibility = Cat ** {
|
|
|
|
fun
|
|
NumInt : Int -> Num ; -- 57
|
|
OrdInt : Int -> Ord ; -- 57
|
|
|
|
-}
|
|
|
|
}
|