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

De Paint
m (1 version importée)
toross>WikiAdmin
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 du 25 octobre 2023 à 16:24

Version : 1.36.1 2902 (2023-10-25) 20231025162411
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