diff -r a1421c88ae0a -r 34cd1d210b92 src/HOL/Codegenerator_Test/Candidates.thy --- a/src/HOL/Codegenerator_Test/Candidates.thy Fri Jul 01 20:47:16 2022 +0200 +++ b/src/HOL/Codegenerator_Test/Candidates.thy Mon Jul 04 07:57:22 2022 +0000 @@ -68,4 +68,12 @@ where "funny_funs fs = (\x. x \ True) # (\x. x \ False) # fs" +text \Explicit checks for strings etc.\ + +definition \hello = ''Hello, world!''\ + +definition \hello2 = String.explode (String.implode hello)\ + +definition \which_hello \ hello \ hello2\ + end