mirror of
https://github.com/luau-lang/luau.git
synced 2024-11-16 06:45:44 +08:00
041838a942
* First cut reading JSON into an Agda representation of Luau syntax
9 lines
153 B
Agda
9 lines
153 B
Agda
module FFI.Data.String where
|
|
|
|
import Agda.Builtin.String
|
|
|
|
String = Agda.Builtin.String.String
|
|
|
|
infixr 5 _++_
|
|
_++_ = Agda.Builtin.String.primStringAppend
|