Skip to content

jbordalo/shapes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Shapes

First LAP practical project (P01).
The aim of this project is to write a closed OCaml module named "Shape" containing a data representation for complex two-dimensional geometric shapes and the implementation of some functions over those shapes.

Prerequisites

OCaml installed on the machine. Use:

$ sudo apt-get install ocaml

Compiling

$ ocamlc -c Shape.mli Shape.ml

Running

$ ocaml
    Objective Caml version 4.02.3
# #load "Shape.cmo";;
# open Shape;;

Authors

About

Shapes (LAP-P01)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages