1
0
Fork 0
This repository has been archived on 2024-05-03. You can view files and clone it, but cannot push or open issues or pull requests.
unification-pfa/lib/typeSubstitution.ml

5 lines
113 B
OCaml
Raw Normal View History

type t = Type.t Map.Make(Identifier).t
let apply _t _tt = failwith "TODO"
let compose _s2 _s1 = failwith "TODO"