doc-src/IsarImplementation/Thy/Prelim.thy
changeset 39846 cb6634eb8926
parent 39839 08f59175e541
child 39857 ea93e088398d
equal deleted inserted replaced
39845:50f42116ebdb 39846:cb6634eb8926
  1079   concrete binding inlined into the text.
  1079   concrete binding inlined into the text.
  1080 *}
  1080 *}
  1081 
  1081 
  1082 ML {* Binding.pos_of @{binding here} *}
  1082 ML {* Binding.pos_of @{binding here} *}
  1083 
  1083 
  1084 text {* \medskip That position can be also printed in a message as
  1084 text {* \medskip\noindent That position can be also printed in a
  1085   follows. *}
  1085   message as follows. *}
  1086 
  1086 
  1087 ML_command {*
  1087 ML_command {*
  1088   writeln
  1088   writeln
  1089     ("Look here" ^ Position.str_of (Binding.pos_of @{binding here}))
  1089     ("Look here" ^ Position.str_of (Binding.pos_of @{binding here}))
  1090 *}
  1090 *}