signature premsobtain y \fst FVar andp (FVar)" sig val wb_prismN: string val prism_diffN: string val codepsN: string
(* Prism terms *)
val prismT: typ -> typ -> typ val isPrismT: typ -> bool val mk_wb_prism: term -> term (* Make a well-behaved prism term *) val mk_codep: term -> term -> term (* Make a codependence term *)
end
structure Prism_Lib : PRISM_LIB = struct
val wb_prismN = @{const_name wb_prism} val prism_diffN = @{const_name prism_diff}
val codepsN = "codeps"
fun prismT a b = Type (@{type_name prism_ext}, [a, b, HOLogic.unitT])
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.