[m-users.] [Beginner] Using a functions from 'libs'

Zoltan Somogyi zoltan.somogyi at runbox.com
Sun Oct 16 17:33:04 AEDT 2022



On Sun, 16 Oct 2022 11:57:41 +0530, Razetime <rraghu.11502 at gmail.com> wrote:

> I require the md5 hashing function for solving a problem. I found an
> implementation at
> https://github.com/Mercury-Language/mercury/blob/master/compiler/md5.m
> 
> but I  am not able to import it with the name `libs' or `libs.md5'.
> How do I do so?

s/:- module libs.md5./:- module md5./

Zoltan.




More information about the users mailing list