Skip to content
Snippets Groups Projects
Commit 920df71c authored by Thorsten Wißmann's avatar Thorsten Wißmann
Browse files

Allow CL als functor name for coalg

parent 98af95fb
No related branches found
No related tags found
No related merge requests found
......@@ -53,6 +53,7 @@ let parseFunctor str =
match str with
| "K" -> CM.MultiModalK
| "KD" -> CM.MultiModalKD
| "CL" -> CM.CoalitionLogic
| "MultiModalK" -> CM.MultiModalK
| "MultiModalKD" -> CM.MultiModalKD
| "CoalitionLogic" -> CM.CoalitionLogic
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment