Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- fun typecheck_general lmterm context lunify
- : (substitution * TTerm) option =
- SOME([], INT)
- functor TYPECHECK(U:UNIFIER) = struct
- fun typecheck lmterm context : TTerm option =
- case typecheck_general lmterm context U.lunify of
- NONE => NONE
- | SOME result => SOME (#2 result)
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement