This commit is contained in:
parent
aa2ff7b2f0
commit
2f3113f55d
11742 changed files with 1223940 additions and 0 deletions
|
|
@ -0,0 +1 @@
|
|||
print_endline "Not so alternative"
|
||||
|
|
@ -0,0 +1,2 @@
|
|||
(executable
|
||||
(name alterexe))
|
||||
|
|
@ -0,0 +1,15 @@
|
|||
(lang dune 2.8)
|
||||
|
||||
(dialect
|
||||
(name altercaml)
|
||||
(implementation
|
||||
(extension aml))
|
||||
(interface
|
||||
(extension amli)))
|
||||
|
||||
(dialect
|
||||
(name betteraltercaml)
|
||||
(implementation
|
||||
(extension baml))
|
||||
(interface
|
||||
(extension bamli)))
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
$ dune build @check
|
||||
|
||||
$ dune ocaml merlin dump-config $PWD | grep -o '(SUFFIX.*)'
|
||||
(SUFFIX ".aml .amli") (SUFFIX ".baml .bamli"))
|
||||
(SUFFIX ".aml .amli") (SUFFIX ".baml .bamli"))
|
||||
Loading…
Add table
Add a link
Reference in a new issue