summaryrefslogtreecommitdiff
path: root/main.ur
diff options
context:
space:
mode:
authorGravatar Benjamin Barenblat <benjamin@barenblat.name>2016-08-19 12:13:15 -0400
committerGravatar Benjamin Barenblat <benjamin@barenblat.name>2016-08-19 12:13:15 -0400
commit9a1db8ef5d2d8c791ea499fae5a57f29416a3bcc (patch)
tree09b2d37719e52a9ec9e9a2cb3f94c423cfb19afc /main.ur
parent62023a04aa51782b66b81a2b2f7d463ddb8d65f3 (diff)
Move MDL classes into their own library
Diffstat (limited to 'main.ur')
-rw-r--r--main.ur2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.ur b/main.ur
index 79e5f2b..970171e 100644
--- a/main.ur
+++ b/main.ur
@@ -12,7 +12,7 @@ under the License is distributed on an “AS IS” BASIS, WITHOUT WARRANTIES OR
CONDITIONS OF ANY KIND, either express or implied. See the License for the
specific language governing permissions and limitations under the License. *)
-open Mdl
+open Mdl.Classes
table nextAction : {
Id : int,