1
0
Fork 0
mirror of https://github.com/luau-lang/luau.git synced 2025-04-07 04:10:54 +01:00
luau/prototyping/Examples.agda
Alan Jeffrey db90c7da48
Add a typeToString function to the prototype ()
* Added Luau.Type.ToString
2022-02-11 14:38:35 -06:00

7 lines
137 B
Agda

{-# OPTIONS --rewriting #-}
module Examples where
import Examples.Syntax
import Examples.OpSem
import Examples.Run
import Examples.Type