Skip to content

Commit

Permalink
Add coq builtin for concat_str (copied from mips prelude).
Browse files Browse the repository at this point in the history
  • Loading branch information
rmn30 committed Jul 4, 2019
1 parent da307c6 commit 1504c28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/string.sail
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ overload operator == = {eq_string}

infixl 9 ^-^

val concat_str = {lem: "stringAppend", _: "concat_str"} : (string, string) -> string
val concat_str = {coq: "String.append", lem: "stringAppend", _: "concat_str"} : (string, string) -> string

val "dec_str" : int -> string

Expand Down

0 comments on commit 1504c28

Please sign in to comment.