ivy/test/strlit1.ivy

9 строки
97 B
XML

#lang ivy1.6
type t
interpret t -> strlit
action a(inp:t) returns (out:t) = {
out := inp
}