The documentation mentions //rules_daml:daml.bzl as the implementation, however that file //rules_daml:daml.bzl doesn’t contain definitions of said bazel build rules.
Hi @mesch, the documentation here is a bit out of date. You probably want daml_compile or daml_build_test instead. Keep in mind though that these rules are not written for external consumption and only intended for use within the daml repo.