From 91dc4798571fa99d68ced7ba098c958fca94c477 Mon Sep 17 00:00:00 2001 From: Josh Chen Date: Sun, 10 Feb 2019 10:55:37 +0100 Subject: restructure library --- Prod.thy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Prod.thy') diff --git a/Prod.thy b/Prod.thy index ed03be5..05eff43 100644 --- a/Prod.thy +++ b/Prod.thy @@ -79,7 +79,7 @@ syntax "_compose" :: "[t, t] \ t" (infixr "o" 110) parse_translation \ let fun compose_tr ctxt [g, f] = let - val [g, f] = [g, f] |> map (Typing.prep_term ctxt) + val [g, f] = [g, f] |> map (Util.prep_term ctxt) val dom = case f of Const ("Prod.lam", _) $ T $ _ => T -- cgit v1.2.3