代码之家  ›  专栏  ›  技术社区  ›  Roger Costello

正确的术语:调用订购模块?是否使用订购模块?使用排序模块约束集合?

  •  0
  • Roger Costello  · 技术社区  · 7 年前

    我有一个使用订购模块的合金模型:

    open util/ordering[House]
    

    我正在写一篇关于我的模型的描述。描述上述表达式时使用的正确术语是什么?目前我这样说:

    Call the ordering module with the set of houses.
    

    但我认为这是不对的。我认为模型不会“调用”模块。正确的术语是什么?

    1 回复  |  直到 7 年前
        1
  •  2
  •   Loïc Gammaitoni    7 年前

    我将描述如下:

    Enforces the set of Houses to be ordered using the util/ordering module
    

    您可能寻求的术语是,您正在导入模块util/ordering,其中签名屋作为参数传递。