src/Pure/System/distribution.ML
author wenzelm
Fri, 04 Oct 2019 16:25:45 +0200
changeset 70785 edaeb8feb4d0
parent 67866 11e4060bcdca
child 73519 8f485a199874
permissions -rw-r--r--
proper replacement for (map_types (K dummyT));

(*  Title:      Pure/System/distribution.ML
    Author:     Makarius

The Isabelle system distribution -- filled-in by makedist.
*)

structure Distribution =
struct
  val version = "repository version";
  val is_identified = false;
  val is_official = false;
end;