Skip to content
Snippets Groups Projects
Commit 788324b2 authored by sof's avatar sof
Browse files

[project @ 1997-07-05 02:43:10 by sof]

initEnv upd
parent 2a74e354
No related branches found
No related tags found
No related merge requests found
......@@ -3,4 +3,4 @@ _exports_
TcEnv TcEnv initEnv;
_declarations_
1 data TcEnv a;
1 initEnv _:_ _forall_ [a] => ArrBase.MutableArray a PrelBase.Int (UniqFM.UniqFM (TyVar.GenTyVar (ArrBase.MutableArray a PrelBase.Int (TcType.TcMaybe a)))) -> TcEnv.TcEnv a ;;
1 initEnv _:_ _forall_ [a] => ArrBase.MutableVar a (TcType.TcTyVarSet a) -> TcEnv.TcEnv a ;;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment