Columbo aufrufen.out zum Wurzelverzeichnis wechselnText {Text[240] Haskell[255] Ada[510]}Datei anzeigen
Inductive sig2 (A : Type) (P Q : A -> Prop) : Type :=
exist2 : forall x : A, P x -> Q x -> {x : A | P x & Q x}
For sig2: Argument A is implicit
For exist2: Argument A is implicit
For sig2: Argument scopes are [type_scope type_scope type_scope]
For exist2: Argument scopes are [type_scope function_scope function_scope _ _
_]
exists x : nat, x = x
: Prop
fun b : bool => if b then b else b
: bool -> bool
[ Original von:0.132Diese Quellcodebibliothek enthält Beispiele in vielen Programmiersprachen.
Man kann per Verzeichnistruktur darin navigieren.
Der Code wird farblich markiert angezeigt.
]