Skip to content
This repository has been archived by the owner on Oct 18, 2021. It is now read-only.

Commit

Permalink
enable type application for builtins
Browse files Browse the repository at this point in the history
  • Loading branch information
Matheus Magalhães de Alcantara committed Oct 19, 2019
1 parent 80461c9 commit f23910d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Syntax/Builtin.hs
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ ofCore v@(CoVar i _ _) = TgName (covarDisplayName v) i
(~>) = TyArr

(*.) :: Var Typed -> Type Typed -> Type Typed
v *. t = TyForall v (Just TyType) t
v *. t = TyPi (Invisible v (Just TyType) Spec) t

infixr ~>
infixr *.
Expand Down

0 comments on commit f23910d

Please sign in to comment.