https://github.com/EasyCrypt/easycrypt
Revision 266d5c905a90855b639af7d9af6d1975a33fa924 authored by Benjamin Gregoire on 23 June 2014, 14:28:40 UTC, committed by Benjamin Gregoire on 23 June 2014, 14:28:50 UTC
1 parent ea70757
Raw File
Tip revision: 266d5c905a90855b639af7d9af6d1975a33fa924 authored by Benjamin Gregoire on 23 June 2014, 14:28:40 UTC
Add trivial module in Pair
Tip revision: 266d5c9
_tags
# --------------------------------------------------------------------
true : use_menhir, menhir_explain, menhir_table
true : debug
true : warn_Z, warn_Y, warn_+28, warn_-23, warn_+33
true : -traverse
true : bin_annot

# --------------------------------------------------------------------
<src>            : include
<src/why3>       : include
<src/phl>        : include
<src/extraction> : include
<src/system>     : include

# --------------------------------------------------------------------
<src/*.{ml,mli}>   : package(menhirLib), package(why3)
<src/*/*.{ml,mli}> : package(menhirLib), package(why3)

<src/*.{native,byte}> : package(menhirLib), package(why3)
back to top