Différences entre les versions de « Modèle:Coq Ex »

De Paint
m (1 version)
 
m (1 version importée)
 
(6 versions intermédiaires par 2 utilisateurs non affichées)
Ligne 1 : Ligne 1 :
<includeonly>{|style='width:100%'
<includeonly>{|style='width:100%'
|-
|-
|style='background-color:#FFFFD0;padding-left:1em;padding-right:1em;border-bottom-style:dashed;border-bottom-width:1px;border-bottom-color:#808080;'|{{#tag:source|{{{c|}}}|enclose='div'|style='border-style:solid'|lang=ocaml|}}
|style='padding-left:1em;padding-right:1em;border-bottom-style:dashed;border-bottom-width:1px;'|{{#tag:source|{{{c|}}}|enclose='div'|style='border-style:solid'|lang=ocaml|}}
|-
|-
|style='background-color:#D0FFD0;padding-left:1em;padding-right:1em;border-top-style:dashed;border-top-width:1px;border-top-color:#808080;'|<div style='font-family:monospace;'>{{{o|}}}</div>
|style='padding-left:1em;padding-right:1em;border-top-style:dashed;border-top-width:1px;'|<div style='font-family:monospace;'>{{{o|}}}</div>
|}</includeonly><noinclude>
|}</includeonly><noinclude>
{{Model  
{{Model  

Version actuelle datée du 13 février 2024 à 23:09

Version : 1.36.1 2903 (2024-02-13) 20240213230945
Résumé :
Exemple de code Coq.

{{Coq_Ex|c=|o=}}

c
Code
o
Output

Exemple :

{{Coq_Ex
|c=Definition three := 3.
|o=three is defined
}} 

donnera :

Definition three := 3.
three is defined